jucer
v0.0.4
Published
This is a more featured package for interacting with Juce WebView projects.
Downloads
13
Maintainers
Readme
Jucer
Typescript frontend library for JUCE.
Why
I want to use TypeScript in my JUCE WebView project.
Usage
import Jucer from 'jucer'
let jucer: Jucer;
onMount(() => {
jucer = new Jucer();
});
What
- [ ] (Initial conversion of juce frontend to TypeScript.)
- [ ] (Support type generation for APIs... I'm Still exploring options)
- [ ] (Add tests)
Contributing
Reach out to me.