Skip to content

Files

Latest commit

124a1b8 · May 23, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 19, 2020
Apr 11, 2019
May 15, 2024
May 15, 2024
Jul 19, 2020
May 15, 2024
May 15, 2024
May 23, 2025
May 15, 2024
May 15, 2024
Jan 9, 2019
May 15, 2024
Jul 19, 2020
May 15, 2024
Jul 19, 2020
May 15, 2024
May 15, 2024
May 15, 2024
May 23, 2025
May 15, 2024
May 15, 2024
May 23, 2025
May 15, 2024
May 15, 2024
Jul 19, 2020
May 15, 2024
May 15, 2024
May 15, 2024
May 15, 2024
Jul 19, 2020
Jul 19, 2020
May 15, 2024
May 15, 2024
Jul 19, 2020
May 15, 2024
Jul 12, 2021
May 15, 2024
Jul 19, 2020
Sep 9, 2024

README.md

These examples use web components (e.g. <tone-example>) which are defined in the Tonejs/ui repository.

Running examples locally

Check out the repository, and from the root run:

$ npm install
...
$ npm run build

Once this is done, you can start a local server with Python:

$ python -m SimpleHTTPServer 8000

Then, from a browser visit http://localhost:8000/examples. (See also: installation instructions on the wiki)

Adding examples

To contribute examples, please follow the current style of the examples. Add your example's title and file name to js/ExampleList.json file for it to appear in the examples list on the index page. (cf. CONTRIBUTING.md)