# wheels **Repository Path**: capsion/wheels ## Basic Information - **Project Name**: wheels - **Description**: canvas 拉伸等示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wheels ## 平时造的轮子 * [node-run](https://github.com/whxaxes/wheels/tree/master/node-run): 类似于supervisor的功能,但node-run只监听执行文件及其引用的js文件(不包括node_module里的文件) * [matrix](https://github.com/whxaxes/wheels/tree/master/matrix): 用于计算transform变换矩阵的组件 * [tobase64](https://github.com/whxaxes/wheels/tree/master/tobase64): 转换base64字符组件 * [eventemitter](https://github.com/whxaxes/wheels/tree/master/eventemitter): 事件绑定发射器 * [freestring](https://github.com/whxaxes/wheels/tree/master/freestring): 实现ES6的template string * [validate](https://github.com/whxaxes/wheels/tree/master/validate): 表单验证组件