subsetty
1.0.0
تعيين الخطوط الفرعية للعقدة باستخدام أدوات الخطوط
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 */ )