UNPKG

@kylebarron/snap-to-tin

Version:

Snap vector features to the faces of a triangulated irregular network (TIN).

50 lines (49 loc) 1.25 kB
{ "name": "@kylebarron/snap-to-tin", "version": "0.2.1", "description": "Snap vector features to the faces of a triangulated irregular network (TIN).", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "jest", "build": "tsc --declaration && rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/kylebarron/snap-to-tin.git" }, "keywords": [ "terrain-tiles", "terrain", "terrain-mesh", "vector-tiles", "triangular-mesh" ], "files": [ "src/", "dist/", "lib/" ], "author": "Kyle Barron (https://kylebarron.dev)", "license": "MIT", "bugs": { "url": "https://github.com/kylebarron/snap-to-tin/issues" }, "homepage": "https://github.com/kylebarron/snap-to-tin#readme", "dependencies": { "@types/flatbush": "^3.1.0", "flatbush": "^3.2.0", "lineclip": "^1.1.5", "lodash.orderby": "^4.6.0" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.8.3", "@babel/preset-env": "^7.8.7", "@babel/preset-typescript": "^7.8.3", "@types/jest": "^25.1.4", "jest": "^25.1.0", "rollup": "^2.0.2", "rollup-plugin-terser": "^5.2.0", "typescript": "^4.6.2" } }