This is a JavaScript module port of js-hqx which has exactly the same API but is now usable as a node module.
npm i -S js-hqx
import hqx from 'js-hqx';
const scaledCanvas = hqx(originalImage, 3);
See the test
directory for a browser example.
This is a JavaScript module port of js-hqx which has exactly the same API but is now usable as a node module.
npm i -S js-hqx
import hqx from 'js-hqx';
const scaledCanvas = hqx(originalImage, 3);
See the test
directory for a browser example.