UNPKG

webpd

Version:

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

4 lines (3 loc) 247 B
export { default as initialize } from '../../../environments/browser/initialize'; export { defaultSettingsForRun, readMetadata } from '../../../environments/browser/run-helpers'; export { default as run } from '../../../environments/browser/run';