lineOffset:将线偏移到表面中的工具 源码
lineOffset.js :gear: 一种工具,它接受一条线并以指定的偏移量返回偏移量的行。 安装 npm install --save line2offset //or yarn add --save line2offset < script src =" lineOffset.min.js " > </ script > 入门 import lineOffset from "line2offset" ; /** * Takes a line and returns a line at offset by the specified offset. * @name lineOffset * @param { [number,number][] } coords input coords * @param { number } offset the line * @returns
文件列表
lineOffset-main.zip
(预估有个15文件)
lineOffset-main
public
index.html
395B
yarn.lock
277KB
src
utils
intersection.ts
2KB
index.ts
3KB
types
index.ts
74B
暂无评论