Wysiwyg text (#200)

This commit is contained in:
Timur Khazamov 2020-01-07 08:03:05 +05:00 committed by Christopher Chedeau
parent b2eb2807cc
commit abbc04df0e
3 changed files with 87 additions and 28 deletions

View file

@ -13,3 +13,4 @@ export { hitTest } from "./collision";
export { resizeTest } from "./resizeTest";
export { generateDraw } from "./generateDraw";
export { isTextElement } from "./typeChecks";
export { textWysiwyg } from "./textWysiwyg";