Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 190 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 190 Bytes

How to use?

// Define the worker
const worker = new Tokobot(e => {
  window.importScripts('...');
  const props = e.data;
});

// Use the worker
await worker.run({ ...values });