Package Exports
- jucer
- jucer/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jucer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.