Browser vs. Node usage

dynamo-easy basically works both in node and browser.

All tests are run in Node LTS (v10). Depending on the browsers you support, polyfills might be necessary. Look into tsconfig.json to see which ES version we rely on and which further ES features we use.

Last updated