chore: update dev example

This commit is contained in:
chenshenhai 2022-04-28 23:49:18 +08:00
parent 3ce13d3595
commit 53ba158f1d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import Board from './../src/index';
import { Board } from './../src/esm';
function drawBoard(board) {
const ctx = board.getContext();

View file

@ -1,4 +1,4 @@
import Core from './../src/index';
import { Core } from './../src/index';
import { getData } from './data.js';
console.log('Core =', Core)