0.0.4 • Published 10 months ago

jucer v0.0.4

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
10 months ago

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.