UNPKG

collisionwasm

Version:

Simple but very useful image collision check written in Rust which is compiled to WebAssembly.

31 lines (30 loc) 772 B
{ "name": "collisionwasm", "version": "1.0.6", "description": "Simple but very useful image collision check written in Rust which is compiled to WebAssembly.", "main": "lib.js", "types": "lib.d.ts", "scripts": { "prepublishOnly": "npm run build", "build": "wasm-pack build --release --target web && rm pkg/.gitignore" }, "repository": { "type": "git", "url": "git+https://github.com/OguzhanUmutlu/collisionwasm.git" }, "keywords": [ "collision", "fast", "rust", "wasm", "pixel", "perfect", "image" ], "author": "OguzhanUmutlu", "license": "MIT", "bugs": { "url": "https://github.com/OguzhanUmutlu/collisionwasm/issues" }, "homepage": "https://github.com/OguzhanUmutlu/collisionwasm#readme" }