You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
worker.d.ts is required when using a custom worker, so I think we should expose worker.d.ts (via index.d.ts ?).
Note marp worker on CDN is incompatible with the latest marp-react (i.e. master branch) so we must use a custom worker when using the latest marp-react.
The text was updated successfully, but these errors were encountered:
I recommend to take a way with no depending the structure of export type: emit type definition of worker.d.ts into the same directory as lib/worker.js rather than types directory.
worker.d.ts
is required when using a custom worker, so I think we should exposeworker.d.ts
(viaindex.d.ts
?).Note marp worker on CDN is incompatible with the latest
marp-react
(i.e.master
branch) so we must use a custom worker when using the latestmarp-react
.The text was updated successfully, but these errors were encountered: