UNPKG

@gltf-transform/functions

Version:

Functions for common glTF modifications, written using the core API

57 lines (56 loc) 1.43 kB
{ "name": "@gltf-transform/functions", "version": "4.4.0", "repository": "github:donmccurdy/glTF-Transform", "homepage": "https://gltf-transform.dev/functions.html", "description": "Functions for common glTF modifications, written using the core API", "author": "Don McCurdy <dm@donmccurdy.com>", "license": "MIT", "funding": "https://github.com/sponsors/donmccurdy", "type": "module", "sideEffects": false, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsdown --env.PACKAGE_VERSION=$npm_package_version", "build:watch": "tsdown --watch --env.PACKAGE_VERSION=$npm_package_version" }, "keywords": [ "gltf", "3d", "model", "webgl", "threejs" ], "dependencies": { "@gltf-transform/core": "^4.4.0", "@gltf-transform/extensions": "^4.4.0", "ktx-parse": "^1.1.0", "ndarray": "^1.0.19", "ndarray-lanczos": "^0.3.0", "ndarray-pixels": "^5.0.1" }, "files": [ "dist/", "src/", "README.md", "LICENSE.md", "package.json", "package-lock.json" ], "publishConfig": { "access": "public" }, "gitHead": "8f2d40ca328b87ec6204adf09b87e7e19dcff8d3" }