Some experiments with the upcoming web API for 2D and 3D graphics
The app is written using TypeScript and compiled with vite (Rollup) ; install the dependencies and run the project. The entry point is index.html
.
With NPM :
npm install
npm run dev
npm run build
With Yarn :
yarn install
yarn dev
yarn build