#46 jquery plugin convert to pure javascript

This commit is contained in:
Agriya Dev5
2021-02-02 21:04:25 +05:30
parent ca5e885f6b
commit 599be1db35
9 changed files with 3330 additions and 3644 deletions

View File

@@ -1,4 +1,5 @@
/* globals $ */
import {jGraduate} from './jgraduate/jQuery.jGraduate.js';
/**
*
*/
@@ -77,7 +78,7 @@ class PaintBox {
} else {
opts.solidColor = 'none';
}
return new $.jGraduate.Paint(opts);
return new jGraduate.Paint(opts);
}
/**