Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 411 Bytes

comlink-webpack-example

use web worker with comlink and webpack

This is an example to show you how to enjoy the beauty of web worker with comlink and bundled with webpack.

development

npm install
npm start

build and deploy

npm run build
npm run deploy // this will push output codes to gh-pages branch to publish on github-pages