Files
QR-Invoice/node_modules/fontkit/src/tables/prep.js
2026-01-12 13:12:46 +01:00

7 lines
199 B
JavaScript

import * as r from 'restructure';
// Set of instructions executed whenever the point size or font transformation change
export default new r.Struct({
controlValueProgram: new r.Array(r.uint8)
});