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

6.5.10 • Public • Published

@pixi/loaders

Installation

npm install @pixi/loaders

Usage

Using the loader directly:

import { Loader } from '@pixi/loaders';

const loader = new Loader();
loader.add('path/to/file.jpg');
loader.load(() => {});

Using the loader as an Application plugin:

import { AppLoaderPlugin } from '@pixi/loaders';
import { Application } from '@pixi/app';
import { extensions } from '@pixi/core';

extensions.add(AppLoaderPlugin);

const app = new Application();
app.loader.add('path/to/file.jpg');
app.loader.load(() => {});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.0.0-alpha.30next
6.5.1016,103latest
6.5.1016,103latest-6.x
5.3.126,124latest-5.3.x
5.1.649latest-5.1.x
5.2.524latest-5.2.x
6.5.0-rc.42prerelease

Version History

VersionDownloads (Last 7 Days)Published
6.5.1016,103
6.5.9615
6.5.8650
6.5.7147
6.5.6135
6.5.519
6.5.4155
6.5.3180
6.5.2825
6.5.1182
6.5.07
6.5.0-rc.42
6.5.0-rc.31
6.5.0-rc.21
6.5.0-rc0
6.4.23,795
6.4.071
6.3.22,236
6.3.11
6.3.03,233
5.3.126,124
6.2.2385
6.2.1108
6.2.01,593
5.3.11539
6.1.3519
6.1.21,920
6.1.112
6.1.04
6.1.0-rc.60
6.1.0-rc.51
6.1.0-rc.41
6.1.0-rc.31
6.1.0-rc.21
6.1.0-rc1
5.3.10519
6.0.4320
6.0.31
6.0.242
6.0.127
5.3.9348
6.0.0770
6.0.0-rc.30
5.3.841
6.0.0-rc.21
6.0.0-rc0
5.3.7153
5.3.61
5.3.54
5.3.428
5.2.524
5.4.0-rc.31
5.4.0-rc.20
5.4.0-rc.14
5.4.0-rc1
5.3.3919
5.3.20
5.3.133
5.3.0117
5.2.448
5.2.338
5.2.27
5.1.649
5.2.1159
5.2.067
5.1.555
5.1.42
5.1.321
5.1.212
5.1.16
5.1.00
5.0.46
5.0.32
5.0.20
5.0.11
5.0.01
5.0.0-rc.31
5.0.0-rc.23
5.0.0-rc2
5.0.0-alpha.30
5.0.0-alpha.20

Package Sidebar

Install

npm i @pixi/loaders

Homepage

pixijs.com/

Weekly Downloads

43,401

Version

6.5.10

License

MIT

Unpacked Size

1.15 MB

Total Files

17

Last publish

Collaborators

  • zyie
  • bigtimebuddy