@breejs/ts-worker

Typescript workers plugin for Bree!

Usage no npm install needed!

<script type="module">
  import breejsTsWorker from 'https://cdn.skypack.dev/@breejs/ts-worker';
</script>

README

@breejs/ts-worker

build status code coverage code style styled with prettier made with lass license npm downloads

Typescript workers plugin for Bree!

Table of Contents

Install

npm:

npm install @breejs/ts-worker

yarn:

yarn add @breejs/ts-worker

Usage

Note: You must be using Bree v6.5.0 or greater!

Extend bree with the plugin:

Bree.extend(require('@breejs/ts-worker'));

const bree = new Bree(config);

Contributors

Name Website
Taylor Schley https://github.com/shadowgate15

License

MIT © Taylor Schley