mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
chore: update dev example
This commit is contained in:
parent
3ce13d3595
commit
53ba158f1d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import Board from './../src/index';
|
||||
import { Board } from './../src/esm';
|
||||
|
||||
function drawBoard(board) {
|
||||
const ctx = board.getContext();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import Core from './../src/index';
|
||||
import { Core } from './../src/index';
|
||||
import { getData } from './data.js';
|
||||
|
||||
console.log('Core =', Core)
|
||||
|
|
|
|||
Loading…
Reference in a new issue