Skip to content

Commit

Permalink
Chore: Convert to Extension Scripts (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Jan 7, 2023
1 parent 36c284e commit 26ba37a
Show file tree
Hide file tree
Showing 21 changed files with 18,229 additions and 13,513 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Run Unit Tests
uses: GabrielBB/xvfb-action@v1
with:
run: npm run coverage
run: npm test

7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
node_modules
/dist
/lib
/docs
/coverage
/deploy
.rpt2_cache
.DS_Store
.nyc_output
.types_output
/example.api.json*
index.d.ts
11 changes: 0 additions & 11 deletions .nycrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Plugin to support playback of animated GIF images in PixiJS. Unlike normal GIF playback in the browser, this plugins allows you to stop, loop, change speed, or go to a specific frame.

* [Demo](https://pixijs.io/gif/demo/)
* [Demo](https://pixijs.io/gif/examples/)
* [API Documentation](https://pixijs.io/gif/docs/)

## Usage
Expand Down
48 changes: 0 additions & 48 deletions config/api-extractor.json

This file was deleted.

71 changes: 0 additions & 71 deletions config/rollup.js

This file was deleted.

46 changes: 0 additions & 46 deletions config/webdoc.json

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Loading

0 comments on commit 26ba37a

Please sign in to comment.