0.0.6 • Published 5 years ago

text-to-db64 v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

#text to database64

install lib

npm install text-to-db64

to use it

// 目前做了Helvetica, yahei两种字体的垂直居中调整
// defaultConfig
var config = {
    width: 80,
    height: 80,
    bgColor: '#000',
    color: '#fff',
    fontSize: 30,
    fontFamily: 'Helvetica',
    text: 'text'
};

var database64 = textToDatabase(config);
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago