/move-thing-js

Creative Coding in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

move-thing-js

Create New Project: bun create vite@latest

Vanilla JavaScript or TypeScript (Your choice)

cd into the initialised project above, then:

bun install

bun install --save @types/p5 add the below to p5 related js files for intellisense

/// bun run dev