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

0.0.2 • Public • Published

@qva/pixi-lottie

npm version npm downloads

PixiJS plugin for rendering Lottie animations.

Usage

Install package:

# ✨ Auto-detect
npx nypm install @qva/pixi-lottie

# npm
npm install @qva/pixi-lottie

# yarn
yarn add @qva/pixi-lottie

# pnpm
pnpm install @qva/pixi-lottie

# bun
bun install @qva/pixi-lottie

Import:

ESM (Node.js, Bun)

import { LottieSprite } from "@qva/pixi-lottie";

CommonJS (Legacy Node.js)

const { LottieSprite } = require("@qva/pixi-lottie");

CDN (Deno, Bun and Browsers)

import { LottieSprite } from "https://esm.sh/@qva/pixi-lottie";

LottieSprite()

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i @qva/pixi-lottie

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

14.1 kB

Total Files

8

Last publish

Collaborators

  • yorksh1re