xbrz-js 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ function xbrzScale(
|
|
|
40
40
|
## Example usage
|
|
41
41
|
|
|
42
42
|
```js
|
|
43
|
-
const { xbrzScale, xbrzColorFormat, xbrzConfig } = require('xbrz');
|
|
43
|
+
const { xbrzScale, xbrzColorFormat, xbrzConfig } = require('xbrz-js');
|
|
44
44
|
|
|
45
45
|
let config = xbrzConfig({
|
|
46
46
|
// these are the defaults, xbrzConfig({}) or null would work as well
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xbrz-js",
|
|
3
|
-
"version": "1.9.
|
|
4
|
-
"
|
|
3
|
+
"version": "1.9.1",
|
|
4
|
+
"description": "xBRZ - Scale by rules - pure JS implementation of high quality pixel art upscaling by Zenju",
|
|
5
5
|
"main": "lib.js",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"xbrz",
|