1.0.3 • Published 1 year ago

@erioifpudii/p8-read v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

功能

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

用法

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

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

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago