winkjs / wink-eng-lite-web-model

English lite language model for Web Browsers
MIT License
11 stars 8 forks source link

Uncaught SyntaxError: The requested module 'wink-eng-lite-web-model' does not provide an export named 'default' #11

Closed joonaskaustel closed 1 year ago

joonaskaustel commented 1 year ago

Is it possible to use in Deno somehow? Getting error 'Uncaught SyntaxError: The requested module 'wink-eng-lite-web-model' does not provide an export named 'default' when importing as import model from https://unpkg.com/wink-eng-lite-web-model@1.5.0/dist/model.js

sanjayaksaxena commented 1 year ago

Hello @joonaskaustel

We have not tested it on deno yet.

Can you try using it with https://cdn.skypack.dev/wink-eng-lite-web-model?

Best, Sanjaya

sanjayaksaxena commented 1 year ago

Hello @joonaskaustel

We tested it on deno at replit using the following code:

image

Here is the output:

image

Here is the URL for the same: https://replit.com/@sanjayaksaxena/ParchedDarkkhakiOctagons#index.ts

Best, Sanjaya