textmode.js
Version:
textmode.js is a lightweight creative coding library for creating real-time ASCII art on the web.
9 lines (8 loc) • 669 B
TypeScript
export { TextmodeFont } from './TextmodeFont.ts';
export type { TextmodeCharacter, GlyphDimensions } from './types.ts';
export type { TyprFont, CmapTable, CmapTableFormat4, CmapTableFormat12, HeadTable, HheaTable, HmtxTable, MaxpTable, CmapData, GlyphData, LocaTable, TyprStatic, } from './typr/types.ts';
export { default as Typr } from './typr/Typr.ts';
export { CharacterExtractor } from './CharacterExtractor.ts';
export { TextureAtlas as TextureAtlasCreation } from './TextureAtlas.ts';
export { FontMetricsCalculator as MetricsCalculation } from './MetricsCalculator.ts';
export { CharacterColorMapper as CharacterColorMapping } from './CharacterColorMapper.ts';