easy-turn
v0.0.1
Published
对turn.js 进行易用并且类型安全的二次封装
Downloads
10
Readme
easy-turn
:::WIP:::
开发中,暂时只是一个设想,API并不稳定 ,随时可能推翻
对turn.js 进行易用并且类型安全的二次封装
简单使用
import {Turn} from "./index";
const turn = new Turn(document.getElementById('app'), {width: 100, height: 100})
文档
License
http://www.turnjs.com/
https://github.com/blasten/turn.js/blob/master/license.txt
改写自whitekite