Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Last active October 13, 2020 19:33
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 ljmotta/03f1e42e45fac97d8cbc1f9eb1565145 to your computer and use it in GitHub Desktop.
Save ljmotta/03f1e42e45fac97d8cbc1f9eb1565145 to your computer and use it in GitHub Desktop.
Base64Png Editor References
const imageRef = useRef<HTMLImageElement>(null);
const canvasRef = useRef<HTMLCanvasElement>(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment