gif2webp.com is a simple webapp to convert GIF to WebP easily in user's browser without sending file to server.
First, you have to install dependencies:
yarn
Or with following options:
yarn install --immutable
Build @gif2webp/image-converter
first with following command:
yarn workspace @gif2webp/image-converter build
Run yarn dev
command in packages/frontend
or run following command:
yarn workspace @gif2webp/frontend dev