v0.15.1.5
A simple transformation of the cannon-es scripts for use within a deno workflow
Repository
Current version released
4 years ago
Dependencies
std
cannon_4_deno
A simple transformation of the cannon-es scripts for use within a deno workflow
Manage your external dependencies with care.
// deps.ts
import { World } from "https://deno.land/x/cannon_4_deno@v0.15.1.5/src/cannon-es.js"
// main.ts
import { World } from "deps.ts"
//use as per normal
Check out the repo if you’d like to make improvements. This repo will be updated after there are new releases over there.