omnidraw
v0.0.1
Published
Official unscoped entry package for OmniDraw.
Maintainers
Readme
omnidraw
The official unscoped npm entry package for OmniDraw.
This initial release establishes the omnidraw package name and provides a
small, dependency-free package identity API. It does not include the Cangine
canvas engine.
Install
npm install omnidrawUse
import {
getOmniDrawPackageInfo,
OMNIDRAW_PACKAGE_NAME,
} from "omnidraw";
console.log(OMNIDRAW_PACKAGE_NAME);
console.log(getOmniDrawPackageInfo());You can also inspect the installed package from a terminal:
npx omnidraw