UNPKG
image-base64
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Convert image to Base64 format
github.com/chenqf/image-base64
chenqf/image-base64
image-base64
/
test
/
local.js
8 lines
(5 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * Created by chenqifeng on 2017/3/1. */
var
imageBase64 =
require
(
'../index'
);
console
.
log
(imageBase64.
local
(
'./2.png'
).
toString
());