tone

v15.0.0
A Web Audio framework for making interactive music in the browser.
Web Audio Web Audio API Synthesis Playback Effect Instrument DSP Signal Processing Interactive Music and 1 more...

docs

node scripts/generate_docs.cjs

lint

eslint --ext ts ./Tone

test

tsc && web-test-runner --config=./test/web-test-runner.config.js

build

npm run increment && rimraf build && npm run ts:build && npm run webpack:build

watch

tsc --watch

pretty

prettier ./Tone ./test -w

scratch

webpack -w --env scratch=1 --mode=development

lint:fix

eslint --ext ts --fix ./Tone ./test

ts:build

tsc --project ./scripts/tsconfig.build.json

docs:json

typedoc --options "./scripts/typedoc.json" --json "./docs/tone.json"

increment

node scripts/increment_version.cjs

test:html

node ./test/scripts/test_html.cjs

test:watch

tsc && concurrently --raw "tsc -w" "web-test-runner --config=./test/web-test-runner.config.js --watch"

test:readme

node ./test/scripts/test_readme.cjs

test:examples

node ./test/scripts/test_examples.cjs

webpack:build

webpack --env production=1 --config ./scripts/webpack.config.cjs

test:integrations

zx ./test/scripts/test_integrations.mjs

Metadata

  • MIT
  • Whatever
  • Yotam Mann
  • released 5/3/2024

Downloads

Maintainers