1.0.8 • Published 10 years ago

base64_img-cli v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago