chore(project) gitignore, example for debugging, package.json
This commit is contained in:
5
examples/src/main.js
Normal file
5
examples/src/main.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import Cetra from '../../lib/lib.js';
|
||||
|
||||
const ctra = new Cetra({
|
||||
root: 'body',
|
||||
});
|
||||
Reference in New Issue
Block a user