@dimforge/rapier2d-compat
Version:
2-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.
31 lines • 695 B
JSON
{
"name": "@dimforge/rapier2d-compat",
"type": "module",
"collaborators": [
"Sébastien Crozet <developer@crozet.re>"
],
"description": "2-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.",
"version": "0.17.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dimforge/rapier.js"
},
"files": [
"*"
],
"main": "rapier.cjs.js",
"homepage": "https://rapier.rs",
"types": "rapier.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"physics",
"dynamics",
"rigid",
"real-time",
"joints"
],
"module": "rapier.es.js"
}