@qva/pixi-helper
v0.0.1
Published
A collection of Pixi utilities - 一个 Pixi 实用工具的合集
Readme
@qva/pixi-helper
This is my package description.
Usage
Install package:
# ✨ Auto-detect
npx nypm install @qva/pixi-helper
# npm
npm install @qva/pixi-helper
# yarn
yarn add @qva/pixi-helper
# pnpm
pnpm install @qva/pixi-helper
# bun
bun install @qva/pixi-helperImport:
ESM (Node.js, Bun)
import { polygonsOverlap } from "@qva/pixi-helper";CommonJS (Legacy Node.js)
const { polygonsOverlap } = require("@qva/pixi-helper");CDN (Deno, Bun and Browsers)
import { polygonsOverlap } from "https://esm.sh/@qva/pixi-helper";Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
License
Published under the MIT license. Made by community 💛
🤖 auto updated with automd
