Add support for emoji

Update core libraries.
This commit is contained in:
Paulo Veiga
2022-10-31 05:17:01 +00:00
parent 906c284c24
commit c60254aca1
74 changed files with 1430 additions and 1818 deletions

View File

@ -1,6 +1,6 @@
/* eslint-disable no-alert */
import $ from 'jquery';
import { Toolkit, Workspace, Line, Group, Elipse } from '../../src';
import { Workspace, Line, Group, Elipse } from '../../src';
global.$ = $;