Skip to content

Instantly share code, notes, and snippets.

View nchDev-js's full-sized avatar
:octocat:
Open for new opportunities

Nataly nchDev-js

:octocat:
Open for new opportunities
  • Benidorm, Spain
  • 22:19 (UTC +01:00)
View GitHub Profile
const EXTENSION_TYPE = {
0x01: 'PlainText',
0xF9: 'GraphicControl',
0xFE: 'Comment',
0xFF: 'Application'
};
/**
* Returns total length of data blocks sequence
*