0.0.4 • Published 10 months ago
jucer v0.0.4
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.