1.0.8 • Published 8 years ago

base64_img-cli v1.0.8

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

base64_img-cli

Easy command convert img to base64

install

npm install base64_img-cli --save

convert

trans -s <imgPath>

##example

trans -s imgs/1.png

generate baseData.json

for html

trans i <imgPath> -j <html>

restore

trans -r <html>

####example

trans -r index.html

trans i imgs/1.png -j index.html

####before

<img src="imgs/1.png">

####after

<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAIA...">
1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago