Closed aslilac closed 1 year ago
I think the easy solution is basically just adding a bit to the README that tells you to use esm.sh
I have a test project where I'm using
import { is, ... } from "https://esm.sh/succulent@0.15.0";
and it works just fine
Should be pretty easy? Maybe needs adding .js extensions to imports, .ts would break Node unfortunately