ink-sdl 0.1.1 → 0.2.0

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 CHANGED
@@ -190,8 +190,8 @@ import {
190
190
  AnsiParser,
191
191
  TextRenderer,
192
192
  InputBridge,
193
- getSDL2,
194
- getSDL_ttf,
193
+ getSdl2,
194
+ getSdlTtf,
195
195
  } from "ink-sdl";
196
196
  ```
197
197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ink-sdl",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Render Ink terminal apps in native SDL windows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
Binary file