Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 730 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 730 Bytes

Sketchy Pencil Lines Post-Processing Effect

✏️Link to live demo

example scene

Prerequisites

💡 This project uses [email protected] and [email protected]. 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