mljs / savitzky-golay

Savitzky–Golay filter
https://mljs.github.io/savitzky-golay/modules.html
MIT License
34 stars 1 forks source link

expose as Deno module #28

Closed choucavalier closed 1 year ago

choucavalier commented 1 year ago

could this module be set up so that it can be included in Deno projects?

here's how to do it (requires setting up a webhook)

https://deno.com/add_module

targos commented 1 year ago

This library depends on other npm packages so we cannot just expose it to Deno projects like that. I suggest you use Deno feature that allows to import packages from npm.