tinywysiwyg
v1.1.1
Published
This is a small WYSIWYG editor. Also, you can only have one editor at a time, but this might change in the future.
Readme
tinywysiwyg
This is a small WYSIWYG editor. Also, you can only have one editor at a time, but this might change in the future.
Initalize
tw(document.querySelector("editor"));Get the data
twGet(); // "ASAdaF"Set the data
twSet("Sincerely, John Smith");