0.0.6 • Published 6 years ago

text-to-db64 v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago