1.0.2 • Published 6 years ago

bootanim v1.0.2

Weekly downloads
3
License
Unlicense
Repository
github
Last release
6 years ago

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.