gb-image-decoder
Advanced tools
+3
-0
@@ -482,2 +482,5 @@ 'use strict'; | ||
| const canvases = Object.entries(tiles).reduce((acc, [key, channelTiles]) => { | ||
| if (!channelTiles?.length) { | ||
| return acc; | ||
| } | ||
| const channelKey = key; | ||
@@ -484,0 +487,0 @@ const channelShades = palette[channelKey] || RGBN_SHADES; |
+3
-0
@@ -480,2 +480,5 @@ import { hash } from 'ohash'; | ||
| const canvases = Object.entries(tiles).reduce((acc, [key, channelTiles]) => { | ||
| if (!channelTiles?.length) { | ||
| return acc; | ||
| } | ||
| const channelKey = key; | ||
@@ -482,0 +485,0 @@ const channelShades = palette[channelKey] || RGBN_SHADES; |
+1
-1
| { | ||
| "name": "gb-image-decoder", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "description": "Decoder classes for GameBoy-encoded images", | ||
@@ -5,0 +5,0 @@ "repository": "", |
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
60733
0.19%1182
0.51%0
-100%