Can I run js scripts?(SOLVED)

I have a script to get bpm on js, on defold I have not seen such plugins. Can I run a js script on defold?

Sure. You can use html5.run() to evaluate some JavaScript and get a result back:

There is also an extension that gives you a few more capabilities:

4 Likes

Only on HTML5 platform.

2 Likes

thanks