subsetty
1.0.0
使用 fonttools 對節點的字體進行子集化
npm install subsetty
子集採用兩個參數:字體和子集文字。使用 Ramda join('', uniq(subset))
過濾的子集文字將刪除所有重複的字元。
需要 Python 2.7、3.4 或更高版本!
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 */ )