Closed icaijy closed 3 years ago
@hustcc 请问如何使用API?
并且只有一个 API,使用如下: import CanvasNest from 'canvas-nest.js'; const config = { color: '255,0,0', count: 88, }; // 在 element 地方使用 config 渲染效果 const cn = new CanvasNest(element, config); // destroy cn.destroy();
并且只有一个 API,使用如下: import CanvasNest from 'canvas-nest.js';
const config = { color: '255,0,0', count: 88, };
// 在 element 地方使用 config 渲染效果 const cn = new CanvasNest(element, config);
// destroy cn.destroy();
我尝试使用此代码片段,可是不清楚放在哪里。
@hustcc 请问如何使用API?
我尝试使用此代码片段,可是不清楚放在哪里。