1.0.1 • Published 5 years ago

astocharts v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

项目结构

插件

  • npm-run-all:以让一个中终端同时执行多个任务
  • rollup-plugin-livereload:实时刷新页面
  • rollup-plugin-serve:搭建本地服务器
  • @babel/plugin-transform-runtime:解析ES6语法??
  • @babel/polyfill:解析ES6高级特性,如class等??
  • @babel/plugin-external-helpers:rollup需要

问题

  • 多页面的配置
  • 某些除的运算中,小数点后位数太多,会导致不必要的计算开销。
  • 相机的移动,现在一般是确定两个点后,让相机沿着这两个点构成的直线运动,怎样根据三个点算出一条曲线喃?