@qva/pixi-helper
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@qva/pixi-helper

npm version npm downloads

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-helper

Import:

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

local 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

Readme

Keywords

none

Package Sidebar

Install

npm i @qva/pixi-helper

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

8.09 kB

Total Files

8

Last publish

Collaborators

  • yorksh1re