Freewheel is a Web Extension that automatically scrolls the current browser tab so that you can make slick screen recordings.
- Install Node
- Enable corepack by running
corepack enable
- This will allow you to use the correct version of pnpm without explicitly installing it.
pnpm install
pnpm build
to build the extension to thedist
directory.pnpm build:prod
will build the extension to thedist
directory without source maps.
The code in this repository is licensed under the Blue Oak Model License 1.0.0. Code in dependencies may be published under other open source licenses.