:art: An evolving collection of digital art
This is an evolving collection of digital art.
Create a new piece by adding an HTML file to the docs/
directory.
To compile the TypeScript you’ll need to install TypeScript globally and then run tsc
.
$ npm install -g typescript
$ tsc
To watch TypeScript files for changes:
$ tsc -w