SYMBOL INDEX (68 symbols across 7 files) FILE: docs/index.js function __webpack_require__ (line 6) | function __webpack_require__(moduleId) { function _interopRequireDefault (line 55) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function processFile (line 97) | function processFile(file) { function emptyEl (line 172) | function emptyEl(el) { function _interopRequireDefault (line 198) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function isNotPNG (line 203) | function isNotPNG(err) { function isNotAPNG (line 206) | function isNotAPNG(err) { function parseAPNG (line 218) | function parseAPNG(buffer) { function eachChunk (line 336) | function eachChunk(bytes, callback) { function readString (line 357) | function readString(bytes, off, length) { function makeStringArray (line 367) | function makeStringArray(x) { function subBuffer (line 381) | function subBuffer(bytes, start, length) { function defineProperties (line 459) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _interopRequireDefault (line 465) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _classCallCheck (line 467) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function APNG (line 476) | function APNG() { function Frame (line 534) | function Frame() { function defineProperties (line 604) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _interopRequireDefault (line 610) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _classCallCheck (line 612) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _possibleConstructorReturn (line 614) | function _possibleConstructorReturn(self, call) { if (!self) { throw new... function _inherits (line 616) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _class (line 638) | function _class(apng, context, autoPlay) { function EventEmitter (line 834) | function EventEmitter() { function g (line 972) | function g() { function isFunction (line 1100) | function isFunction(arg) { function isNumber (line 1104) | function isNumber(arg) { function isObject (line 1108) | function isObject(arg) { function isUndefined (line 1112) | function isUndefined(arg) { function cssWithMappingToString (line 1210) | function cssWithMappingToString(item, useSourceMap) { function toComment (line 1230) | function toComment(sourceMap) { function addStylesToDom (line 1304) | function addStylesToDom(styles, options) { function listToStyles (line 1326) | function listToStyles(list) { function insertStyleElement (line 1344) | function insertStyleElement(options, styleElement) { function removeStyleElement (line 1363) | function removeStyleElement(styleElement) { function createStyleElement (line 1371) | function createStyleElement(options) { function createLinkElement (line 1378) | function createLinkElement(options) { function addStyle (line 1385) | function addStyle(obj, options) { function applyToSingletonTag (line 1436) | function applyToSingletonTag(styleElement, index, remove, obj) { function applyToTag (line 1453) | function applyToTag(styleElement, obj) { function updateLink (line 1471) | function updateLink(linkElement, obj) { FILE: src/demo-page/index.js function processFile (line 40) | function processFile (file) { function emptyEl (line 107) | function emptyEl (el) { FILE: src/library/parser.js function isNotPNG (line 7) | function isNotPNG(err) { return err === errNotPNG; } function isNotAPNG (line 8) | function isNotAPNG(err) { return err === errNotAPNG; } function parseAPNG (line 18) | function parseAPNG(buffer) { function eachChunk (line 132) | function eachChunk(bytes, callback) { function readString (line 150) | function readString(bytes, off, length) { function makeStringArray (line 160) | function makeStringArray(x) { function subBuffer (line 175) | function subBuffer(bytes, start, length) { FILE: src/library/player.js method constructor (line 32) | constructor(apng, context, autoPlay) { method currentFrameNumber (line 46) | get currentFrameNumber() { method currentFrame (line 54) | get currentFrame() { method renderNextFrame (line 58) | renderNextFrame() { method paused (line 94) | get paused() { return this._paused; } method ended (line 96) | get ended() { return this._ended; } method play (line 98) | play() { method pause (line 130) | pause() { method stop (line 141) | stop() { FILE: src/library/structs.js class APNG (line 9) | class APNG { method createImages (line 25) | createImages() { method getPlayer (line 35) | getPlayer(context, autoPlay = false) { class Frame (line 40) | class Frame { method createImage (line 60) | createImage() { FILE: types/library/player.d.ts class Player (line 3) | class Player extends EventEmitter { type Player (line 52) | interface Player { FILE: types/library/structs.d.ts class APNG (line 2) | class APNG { class Frame (line 34) | class Frame {