base64image-to-file:从base64编码的图像(即数据URL字符串)创建图像文件

时间:2024-05-28 23:22:19
【文件属性】:

文件名称:base64image-to-file:从base64编码的图像(即数据URL字符串)创建图像文件

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-28 23:22:19

JavaScript

base64图像到文件 该模块采用base64编码的图像字符串(即data-url),并从中创建一个图像文件。 安装 $ npm install base64image-to-file --save 用法 var base64ImageToFile = require ( 'base64image-to-file' ) ; var base64Image = [removed]R0lGODdhMgAyAOM...' ; // create an image with the a given name ie 'image' base64ImageToFile ( base64Image , '/tmp/' , 'image' , function ( err ) { if ( err ) { return console


【文件预览】:
base64image-to-file-master
----.gitignore(23B)
----README.md(1KB)
----test()
--------test.js(1KB)
----LICENSE(1KB)
----package.json(810B)
----index.js(1KB)
----.travis.yml(61B)

网友评论