Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created December 7, 2022 03:54
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 Dmuasya/404edae1b775a365a8c695c0ce33589c to your computer and use it in GitHub Desktop.
Save Dmuasya/404edae1b775a365a8c695c0ce33589c to your computer and use it in GitHub Desktop.
$("#text-string").keyup(function() {
var a = canvas.getActiveObject();
if (a && a.type === 'text') {
a.text = this.value;
canvas.renderAll()
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment