JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q32879F
  • License AGPL-3.0-or-later

This is a more featured package for interacting with Juce WebView projects.

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.