Skip to content

Instantly share code, notes, and snippets.

@sb2702
Last active March 30, 2021 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sb2702/39753a067a4795893a3b51997ef4f2e0 to your computer and use it in GitHub Desktop.
Save sb2702/39753a067a4795893a3b51997ef4f2e0 to your computer and use it in GitHub Desktop.
Standalone javascript upscaling plugin
const config = {
token: '...'
};
const video = document.getElementById("video");
const upscaler = new vectorlyUpscaler(video, config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment