# MyPolyfill **Repository Path**: DearlingZou8789/MyPolyfill ## Basic Information - **Project Name**: MyPolyfill - **Description**: Html canvas demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-16 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 博客的所有 case 做一个爱折腾的前端 每周定时更新: ![www](https://github.com/wzf1997/MyPolyfill/blob/main/static/head.JPG) 目前已经实现: 1. [bind](https://github.com/wzf1997/MyPolyfill/blob/main/es6/Mybind.js) 2. [new](https://github.com/wzf1997/MyPolyfill/blob/main/es6/Mynew.js) 3. [set](https://github.com/wzf1997/MyPolyfill/blob/main/es6/set.js) 4. [svg](https://github.com/wzf1997/MyPolyfill/blob/main/svg/index.html) 5. [二叉树](https://github.com/wzf1997/MyPolyfill/tree/main/algorithms/tree) 6. [多种字体转 svg 方案实现](https://github.com/wzf1997/MyPolyfill/tree/main/svg-font) 7. [手写 axios 实现](https://github.com/wzf1997/MyPolyfill/myAxios/index.html)