Christian Giordano
Christian Giordano
Is there a way to know when the new selected font has been loaded? In case of using a canvas for the rendering. Thanks!
If a Clubber instance can be updated passing the frequencies data, why should we pass in the constructor the AudioContext and Analyzer (they get created automatically otherwise).
Even disabling the inline source map, as soon as I have big dependencies the HTML breaks and consequentially its code.
When using `npm start`. This is basically a blocker.
In the documentation it looks like that through the `load` method it is possible to pass a string to be tested against the loading of the font. Hence in theory...
I upgraded from 2.0.2 and now it looks like the Marker doesn't expose anymore such event. What's the latest way to listen to Marked drag events? Thanks!
I'm porting a JavaScript project which uses beat detection to Swift. I tried Aubio but I can't figure out how to get a good accuracy. In javascript I use [this...
Is there any example/boilerplate with package script? I am using electron-prebuilt-compile but I figured I need to go lower level if I want packaging. Is that the case?
Can't find a way to download a generated file, in my case a video, from the WebView. The video element doesn't have the download options: And if I use an...
I'm trying to pass a recorded video from the webview to the plugin. If I pass it as a `File`, I get this error: If I pass it as `ArrayBuffer`...