bootanim

1.0.2 • Public • Published

bootanim-js

This package is a simplified way of reading the description text file in Android boot animation zip files.

It requires 0 dependancies (except FS), and is simple to use

const parser = require("bootanim")
parser.read("./bootanimation/desc.txt", function(err,data) { console.log(err,data)})

desc.txt, .vscode and run.js are only for debugging and can be safely removed.

Readme

Keywords

Package Sidebar

Install

npm i bootanim

Weekly Downloads

4

Version

1.0.2

License

Unlicense

Unpacked Size

3.22 kB

Total Files

5

Last publish

Collaborators

  • foxt