@erioifpudii/p8-read

1.0.3 • Public • Published

功能

用于读取 Pico 8 的 cartridge 图片文件,获取里面的代码。

用法

import { readP8 } from '@erioifpudii/p8-read'

// readP8(imageUrl: string)
readP8('./jelpi.p8.png').then((data) => {
  console.log('[P8]', data) // { code: string }
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @erioifpudii/p8-read

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

113 kB

Total Files

17

Last publish

Collaborators

  • erioifpudii