complex-calculations-worker
v1.0.0
Published
Use Web workers to allow complex computing without affecting page performance
Downloads
3
Readme
complex-calculations-worker
Use Web workers to allow complex computing without affecting page performance
Usage
import { useWorker } from 'complex-calculations-worker'
useWorker(event).then(res => {
// do something
});