pixi-filters
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "pixi-filters", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Optional display filters to work with Pixi.js", | ||
@@ -18,4 +18,8 @@ "author": "Mat Groves", | ||
"deploy": "node scripts/deploy.js", | ||
"docs": "jsdoc -c scripts/jsdoc.conf.json -R README.md", | ||
"pregh-pages": "npm run docs", | ||
"gh-pages": "node scripts/gh-pages.js", | ||
"clean": "rimraf bin && mkdirp bin", | ||
"lint": "eslint src/**/*.js", | ||
"lint": "eslint src", | ||
"lint:watch": "watch \"eslint src\" src", | ||
"build:ascii": "pixify -s src/ascii -n ascii", | ||
@@ -33,4 +37,7 @@ "build:bloom": "pixify -s src/bloom -n bloom", | ||
"build:all": "pixify -s src -n filters", | ||
"build:all:watch": "pixify -s src -n filters -w", | ||
"prebuild": "npm run clean && npm run lint", | ||
"start": "watchify src/index.js -s filters -o bin/pixi-filters.js --no-bundle-external -dv", | ||
"examples": "open http://localhost:8080/examples/index.html && http-server . -s -c-1", | ||
"prestart": "npm run clean", | ||
"start": "parallelshell \"npm run build:all:watch\" \"npm run lint:watch\"", | ||
"build": "npm run build:all && npm run build:ascii && npm run build:bloom && npm run build:convolution && npm run build:crosshatch && npm run build:dot && npm run build:emboss && npm run build:pixelate && npm run build:rgb && npm run build:shockwave && npm run build:tiltshift && npm run build:twist" | ||
@@ -42,5 +49,10 @@ }, | ||
"glslify": "^5.1.0", | ||
"http-server": "^0.9.0", | ||
"jaguarjs-jsdoc": "^1.0.0", | ||
"jsdoc": "^3.4.0", | ||
"mkdirp": "^0.5.1", | ||
"pixify": "^1.2.0", | ||
"rimraf": "^2.5.3" | ||
"parallelshell": "^2.0.0", | ||
"pixify": "^1.4.0", | ||
"rimraf": "^2.5.3", | ||
"watch": "^0.19.1" | ||
}, | ||
@@ -47,0 +59,0 @@ "browserify": { |
@@ -1,3 +0,5 @@ | ||
# Pixi.js Filters | ||
# PIXI Filters | ||
[![Build Status](https://travis-ci.org/pixijs/pixi-filters.svg?branch=master)](https://travis-ci.org/pixijs/pixi-filters) | ||
Include optional filters that work with Pixi.js v4. | ||
@@ -19,2 +21,6 @@ | ||
## Examples | ||
Click [here](http://pixijs.github.io/pixi-filters/examples) for filter demos. | ||
## Installation | ||
@@ -88,1 +94,4 @@ | ||
``` | ||
## Documentation | ||
API documention can be found [here](http://pixijs.github.io/pixi-filters/docs/). |
Sorry, the diff of this file is not supported yet
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
96
0
4856
11
3
0
2