@tmustier/pi-nes 0.2.27 → 0.2.28

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.
@@ -172,7 +172,7 @@ async function configureWithWizard(
172
172
  const imageQuality = isHighQuality ? "high" : "balanced";
173
173
 
174
174
  const filterOptions: Array<{ label: string; value: VideoFilter }> = [
175
- { label: "Sharp — pixel-perfect, no filtering", value: "off" },
175
+ { label: "Sharp (default) — pixel-perfect, no filtering", value: "off" },
176
176
  { label: "CRT Soft — subtle retro look", value: "ntsc-rgb" },
177
177
  { label: "CRT Classic — authentic scanlines + color bleed", value: "ntsc-composite" },
178
178
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmustier/pi-nes",
3
- "version": "0.2.27",
3
+ "version": "0.2.28",
4
4
  "description": "NES emulator extension for pi",
5
5
  "keywords": [
6
6
  "pi-package",