1.1.5 • Published 5 years ago

svga-check-memory v1.1.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

svga-check-memory

This is a check svga file memory, and other related information of a node tool.

Installation

As a node.js module

$ npm install svga-check-memory 

Examples

const svgaCheck = require('svga-check-memory');

svgaCheck('./xxx.svga').then(res => {
    console.log(res);
}).catch(e => {
    console.info(e);
});

return =>
{
    "success": true,
    "format_use_memory": "",
    "use_memory_bites": 0,
    "info": "",
    "movie": {
        "images": {},
        "params": {},
        "sprites": []
    }
}

OR

return => 
{
    "success": false,
    "info": "message"
} 
1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago