Skip to content

Instantly share code, notes, and snippets.

@LuffyAnshul
Created May 15, 2021 14:45
Show Gist options
  • Save LuffyAnshul/38c05b3f21e760d8d3d9ad966cf68073 to your computer and use it in GitHub Desktop.
Save LuffyAnshul/38c05b3f21e760d8d3d9ad966cf68073 to your computer and use it in GitHub Desktop.
const sign = createRef();
const saveSign = () => {
sign.current.saveImage();
};
const resetSign = () => {
sign.current.resetImage();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment