/pencil-lines-w-threejs

Sketchy pencil lines post-processing three.js effect

Primary LanguageTypeScriptMIT LicenseMIT

Sketchy Pencil Lines Post-Processing Effect

✏️Link to live demo

example scene

Prerequisites

💡 This project uses yarn@3.2.1 and npm@8.1.2. Other versions might lead to different package resolutions, proceed with caution. Example commands use yarn.

Development

To start the development server, run the following command:

yarn install
yarn dev

To build the project, run:

yarn build

And if you wish to automatically start a server to preview your build, you can run:

yarn build && yarn preview