atf2png
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

ATF2PNG

Node.js wrapper for (a slightly modified) Gl0/atf2png

Installation

Requires dotnet runtime (or sdk) > 2.2 to be installed.

Linux

Requires libgdiplus and libc6-dev in addition to dotnet:

apt-get install -y libgdiplus libc6-dev

Example

import * as atf2png from "atf2png";
 
// Result will be the location of the newly made png file.
atf2png.convert("example.atf"))
    .then(result => console.log(result));

Readme

Keywords

none

Package Sidebar

Install

npm i atf2png

Weekly Downloads

7

Version

1.1.1

License

MIT

Unpacked Size

1.78 MB

Total Files

17

Last publish

Collaborators

  • sepherane