UNPKG

sixel

Version:

Sixel image format for node and browser.

8 lines (7 loc) 303 B
/** * Copyright (c) 2021 Joerg Breitbart. * @license MIT */ export { sixelEncode, introducer, FINALIZER, image2sixel } from './SixelEncoder'; export { toRGBA8888, fromRGBA8888, PALETTE_ANSI_256, PALETTE_VT340_COLOR, PALETTE_VT340_GREY } from './Colors'; export { RGBA8888, RGBColor } from './Types';