wasmoon icon indicating copy to clipboard operation
wasmoon copied to clipboard

Deno?

Open v4violet opened this issue 3 years ago • 1 comments

The README indicates that this works with Deno but I can't find any way to import it?

v4violet avatar Feb 22 '22 22:02 v4violet

I have never tried to be honest. But the package is exported as UMD, so it should work well in deno with compat mode enabled.

ceifa avatar Feb 25 '22 02:02 ceifa

Since version 1.25.0, it's much easier:

import wasmoon from 'npm:wasmoon'

https://deno.com/blog/v1.25

ceifa avatar Aug 26 '22 13:08 ceifa