changeDPI icon indicating copy to clipboard operation
changeDPI copied to clipboard

Support for Node.js

Open onoranzefunebricloud opened this issue 5 years ago • 1 comments

Expected behavior

I was expecting this module to work on Node.js, am I wrong?

Actual behavior

It throws an error because of: FileReader is not defined

Steps to reproduce the behavior

Additional specs (e.g. browser, version, etc.)

onoranzefunebricloud avatar Jun 12 '19 20:06 onoranzefunebricloud

The module is meant to run on browser but since the tests run under node, the module should too.

I think we can add an official.node method

asturur avatar Jun 12 '19 22:06 asturur