subsetty
1.0.0
Subconjunto de fuentes para nodos usando fonttools
npm install subsetty
El subconjunto toma dos argumentos, una fuente y el texto del subconjunto. El texto del subconjunto filtrado con Ramda join('', uniq(subset))
eliminará todos los caracteres duplicados.
¡Requiere Python 2.7, 3.4 o posterior!
import { subset , toWoff } from './index'
subset ( buffer , 'hello world' )
. then ( font => /* do something with the font buffer */ )
toWoff ( buffer )
. then ( font => /* do something with the font buffer */ )