齿轮,手写笔已经包含了你的手写笔的源代码,所以你不必担心安装它自己。
安装
与PIP安装Gears,手写笔:
  PIP安装齿轮,手写笔
用法
添加gears_stylus.StylusCompiler环境的编译器注册表:
从gears_stylus进口StylusCompiler
environment.compilers.register('。STYL',StylusCompiler.as_handler())
如果你在你的Django项目使用Gears,这个代码添加到它的设置:
GEARS_COMPILERS = {
 “。STYL':'gears_stylus.StylusCompiler',
}
要求:
- 在Python中
- 的node.js
评论没有发现