# easy-turn **Repository Path**: white-kite/easy-turn ## Basic Information - **Project Name**: easy-turn - **Description**: 对turn.js 进行易用并且类型安全的二次封装 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-30 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-turn :::WIP::: 开发中,暂时只是一个设想,API并不稳定 ,随时可能推翻 对[turn.js](https://github.com/blasten/turn.js) 进行易用并且类型安全的二次封装 ## 简单使用 ```ts import {Turn} from "./index"; const turn = new Turn(document.getElementById('app'), {width: 100, height: 100}) ``` ## 文档 [turn.js doc](http://turnjs.com/turnjs4-api-docs.pdf) ## License http://www.turnjs.com/ https://github.com/blasten/turn.js/blob/master/license.txt 改写自whitekite