upscaler - npm

PHOTO EMBED

Sat Mar 16 2024 15:27:08 GMT+0000 (Coordinated Universal Time)

Saved by @topthonder

import Upscaler from 'upscaler';
const upscaler = new Upscaler();
upscaler.upscale('/path/to/image').then(upscaledImage => {
  console.log(upscaledImage); // base64 representation of image src
});
content_copyCOPY

https://www.npmjs.com/package/upscaler