polysize-node

Polysize is a JavaScript tool for resizing images using HTML5 Canvas.

Usage no npm install needed!

<script type="module">
  import polysizeNode from 'https://cdn.skypack.dev/polysize-node';
</script>

README

Polysize Node Package

Add Polysize to your Node projects.

Installation

Navigate to your project in your console and run:

npm install polysize-node --save

In your project, requiring the package will give you the Polysize "class":

var Polysize = require('polysize-node');

Usage

Refer to the polysize documentation

License

MIT