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) 344 B
export { default as initialize } from './initialize'; export { WebPdWorkletNode } from '@webpd/runtime'; export { defaultSettingsForBuild, makeUrlAbstractionLoader, } from './build-helpers'; export { default as run } from './run'; export { defaultSettingsForRun, readMetadata } from './run-helpers'; export { urlDirName } from './url-helpers';