UNPKG

webpd

Version:

WebPd is a compiler for audio programming language Pure Data allowing to run .pd patches on web pages.

7 lines (6 loc) 228 B
/** * Convenience function for initializing WebPd in the browser. * Should be ran once (and only once) before running any patches. */ declare const _default: (context: AudioContext) => Promise<void>; export default _default;