{"version":3,"sources":["webpack:///./node_modules/lib-font/src/opentype/tables/simple/bitmap/EBDT.js"],"names":["EBDT","constructor","dict","dataview","name","p","super","this","majorVersion","uint16","minorVersion"],"mappings":"2FAAA,uDAOA,MAAMA,UAAa,IACjBC,YAAYC,EAAMC,EAAUC,GAC1B,MACEC,EADaC,MAAMJ,EAAMC,EAAUC,GACxBC,EACbE,KAAKC,aAAeH,EAAEI,OACtBF,KAAKG,aAAeL,EAAEI,MACxB,E","file":"js/14-507f9a08151c95f5622f.chunk.js","sourcesContent":["import { SimpleTable } from \"../../simple-table.js\";\n\n/**\n * The OpenType `EBDT` table.\n *\n * See https://docs.microsoft.com/en-us/typography/opentype/spec/EBDT\n */\nclass EBDT extends SimpleTable {\n constructor(dict, dataview, name) {\n const _super = super(dict, dataview, name),\n p = _super.p;\n this.majorVersion = p.uint16;\n this.minorVersion = p.uint16;\n }\n\n // TODO: add a way to get the data out\n}\n\nexport { EBDT };"],"sourceRoot":""}