Closed
Description
Name of the feature
Support running in the Deno runtime.
Additional context
I tried all the tricks, esm.sh
, unpkg
, esm.run
, and npm:@xenova/transformers
, but nothing worked.
Using unpkg import I get
This browser lacks typed array (Uint8Array) support which is required
by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.
Using esm.sh
Uncaught SyntaxError: The requested module '/v114/[email protected]/deno/pngjs.mjs'
does not provide an export named 'PNG'