UNPKG

@nent/core

Version:

Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.

26 lines (23 loc) 903 B
/*! * NENT 2022 */ import { d as createWorker } from './expressions-2c27c47c.js'; import './index-916ca544.js'; import './factory-acbf0d3d.js'; import './index-f7016b94.js'; import './interfaces-8c5cd1b8.js'; import './index-4bfabbbd.js'; import './values-ddfac998.js'; import './promises-584c4ece.js'; import './logging-5a93c8af.js'; import './tokens-78f8cdbe.js'; import './state-27a8a5bc.js'; import './strings-47d55561.js'; const workerName = 'remarkable.worker'; const workerMsgId = 'stencil.remarkable.worker'; const workerPath = /*@__PURE__*/new URL('remarkable.worker-c64fab3c.js', import.meta.url).href; const blob = new Blob(['importScripts("' + workerPath + '")'], { type: 'text/javascript' }); const url = URL.createObjectURL(blob); const worker = /*@__PURE__*/createWorker(url, workerName, workerMsgId); URL.revokeObjectURL(url); export { worker, workerMsgId, workerName, workerPath };