Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "ba64", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A small npm module for saving base 64 encoded images to your file system.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# ba64 | ||
[![Build Status](https://travis-ci.org/HarryStevens/ba64.svg?branch=master)](https://travis-ci.org/HarryStevens/ba64) [![Coverage Status](https://coveralls.io/repos/github/HarryStevens/ba64/badge.svg?branch=master)](https://coveralls.io/github/HarryStevens/ba64?branch=master) | ||
A small npm module for saving Base64 encoded images to your file system. | ||
A [tiny](https://github.com/sindresorhus/ama/issues/10#issuecomment-117766328) npm module for saving Base64 encoded images that are part of [data URLs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) to your file system. This is useful for saving images that have been uploaded to the browser via [`FileReader.readAsDataUrl()`](https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL). | ||
@@ -6,0 +6,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3820