UNPKG

bitmap-manipulation

Version:

Bitmap manipulation (reading file, drawing shapes and text)

10 lines (8 loc) 98 B
"use strict"; /** * @enum {number} */ module.exports = { BIG: 0, LITTLE: 1 };