flipnote.js
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "flipnote.js", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "API for handling Flipnote Studio's .ppm animation format, capable of real-time playback using webGL", | ||
"main": "dist/flipnote.js", | ||
"scripts": { | ||
"build": "webpack --env=dev --progress --colors && webpack --env=prod --progress --colors", | ||
"dev": "webpack-dev-server --env=dev --hot --progress --colors" | ||
"start": "cross-env DEV_SERVER=true webpack-dev-server --content ./", | ||
"dev": "cross-env NODE_ENV=development webpack", | ||
"build": "npm run dev && cross-env NODE_ENV=production webpack", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
@@ -42,5 +44,11 @@ "files": [ | ||
"copy-webpack-plugin": "^4.3.1", | ||
"webpack": "^3.8.1", | ||
"webpack-dev-server": "^2.9.4" | ||
} | ||
"cross-env": "^5.2.0", | ||
"glslify-loader": "^1.0.2", | ||
"html-webpack-plugin": "^3.2.0", | ||
"raw-loader": "^0.5.1", | ||
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-dev-server": "^3.1.9" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -14,3 +14,2 @@ # flipnote.js | ||
* Player API based on the HTML5 Video and Audio APIs | ||
* Lightweight; the code is smaller than most Flipnote files :P | ||
@@ -29,2 +28,19 @@ ### Demo | ||
### Building | ||
Install dependencies: | ||
``` | ||
npm install | ||
``` | ||
Build: | ||
``` | ||
npm run build | ||
``` | ||
Run development server: | ||
``` | ||
npm start | ||
``` | ||
### Acknowledgments | ||
@@ -31,0 +47,0 @@ |
Sorry, the diff of this file is too big to display
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
106696
2332
55
12
2