UNPKG

glyphripper

Version:

A command-line tool for subsetting and converting fonts to web-friendly formats while preserving variable font features

10 lines (9 loc) 306 B
export const CHAR_SETS = { lowercase: "abcdefghijklmnopqrstuvwxyz", uppercase: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", numbers: "0123456789", punctuation: ".,!?\"';:[]{}<>()\\/-_", currency: "$€£¥¢₹₽₿", whitespace: " \n\t", math: "+-=×÷%^±<>≤≥≠≈∞∑∏√∫", };