Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

theLMGN/bootanim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Android bootanimation.zip desc.txt parser for NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published