0.2.4 • Published 7 years ago

subsetty v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

📝 subsetty

Subsetting fonts for node using fonttools

install

npm install subsetty

subset takes two arguments, a font and the subset text. The subset text get's filtered with Ramda join('', uniq(subset)) will get rid of all the duplicated characters.

howto

requires Python 2.7, 3.4 or later!

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 */)
0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago