chore(examples) init first examples
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import Cetra from '../../lib/lib.js';
|
||||
import Interact from '../../lib/plugins/Interact.js';
|
||||
import UtilsPlugin from '../../lib/plugins/Utils.js';
|
||||
|
||||
const ctra = new Cetra({
|
||||
root: 'body',
|
||||
plugins: new Map([
|
||||
['interact', Interact],
|
||||
['utils', UtilsPlugin],
|
||||
]),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user