image2uri

Convert image file to data URI.

MIT License

Downloads
111.6K
Stars
9
Committers
3

Bot releases are visible (Hide)

image2uri - v2.1.2 Latest Release

Published by github-actions[bot] 11 months ago

Buy me a coffee

Documentation v2.1.2: https://raw.githack.com/jaywcjlove/idoc/fa16dbf/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.1.1...v2.1.2

  • ๐Ÿ’„ chore: add sponsor badge. a96eea7 @jaywcjlove
image2uri - v2.1.1

Published by github-actions[bot] about 1 year ago

Documentation v2.1.1: https://raw.githack.com/jaywcjlove/idoc/26cf1bb/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.1.0...v2.1.1

  • ๐Ÿ“– doc: Update README.md 05867cc @jaywcjlove
image2uri - v2.1.0

Published by github-actions[bot] about 1 year ago

Documentation v2.1.0: https://raw.githack.com/jaywcjlove/idoc/69d5d65/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.0.3...v2.1.0

  • ๐Ÿ’ข ci: update workflows config. aa9b6f8 @jaywcjlove
  • ๐Ÿ’ข ci: update workflows config. 238b818 @jaywcjlove
image2uri - v2.0.3

Published by github-actions[bot] about 1 year ago

Documentation v2.0.3: https://raw.githack.com/jaywcjlove/idoc/b09ab7e/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.0.2...v2.0.3

  • ๐Ÿ’„ chore: update workflows config. da81c42 @jaywcjlove
  • ๐Ÿ’„ chore: update workflows config. 8a878e3 @jaywcjlove
  • ๐Ÿ’ข ci: update workflows config. 14ec987 @jaywcjlove
image2uri - v2.0.2

Published by github-actions[bot] over 1 year ago

Documentation v2.0.2: https://raw.githack.com/jaywcjlove/idoc/3a8b9bf/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.0.1...v2.0.2

  • ๐Ÿ’„ chore: update workflows config. 04e414e @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v4 #12 7e31fa9 @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency node-fetch to ^3.3.1 (#10) 7e84b1c @jaywcjlove
image2uri - v2.0.1

Published by github-actions[bot] over 2 years ago

Documentation v2.0.1: https://raw.githack.com/jaywcjlove/idoc/d03f3b5/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.0.0...v2.0.1

  • ๐Ÿ†Ž type: add types field in package.json 355dff9 @jaywcjlove
image2uri - v2.0.0

Published by github-actions[bot] over 2 years ago

Documentation v2.0.0: https://raw.githack.com/jaywcjlove/idoc/d3f1680/index.html
Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v1.1.0...v2.0.0

  • ๐Ÿ’„ chore: update renovate.json 647db7f @jaywcjlove
  • ๐Ÿ’„ chore: update devDependencies. e7b66f7 @jaywcjlove
  • ๐ŸŒŸ feat: Support ES module. e479a8b @jaywcjlove
  • ๐Ÿ’„ chore: update workflows config. ec2d626 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md a1afd2d @jaywcjlove
  • ๐Ÿ“– doc: Update README.md 44d1e81 @jaywcjlove

This package is ESM only: Node 12+ is needed to use it and it must be import instead of require.

npm i image2uri
const recursiveReaddirFiles = await import('image2uri');

// Fix compiling in typescript.
// https://github.com/microsoft/TypeScript/issues/43329#issuecomment-922544562
const { getExt, recursiveReaddirFiles } = await (Function('return import("image2uri")')()) as Promise<typeof import("image2uri")>;
image2uri - v1.1.0

Published by github-actions[bot] over 2 years ago

https://github.com/jaywcjlove/image2uri/compare/v1.0.5...v1.1.0

  • ๐Ÿ’„ chore: Add homepage feild in package.json a549fd5 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md 81ab6eb @jaywcjlove
  • ๐ŸŒŸ feat: add fetch image conversion. 348549b @jaywcjlove
image2uri - v1.0.5

Published by github-actions[bot] about 3 years ago

https://github.com/jaywcjlove/image2uri/compare/v1.0.3...v1.0.5

  • ๐Ÿ“– doc: Update README.md 20c96f9 @jaywcjlove
  • ๐Ÿ“„ Create LICENSE b6b3df8 @jaywcjlove
  • ๐Ÿ’„ chore: Update workflows config. 1aecafe @jaywcjlove
  • ๐Ÿ“„ Merge branch 'master' of https://github.com/jaywcjlove/image2uri 071cd3f @jaywcjlove
  • ๐Ÿ“– doc: Update README.md d96a898 @jaywcjlove
  • ๐Ÿ’„ chore(deps): update dependency tsbb to v3 f285247 @jaywcjlove
  • ๐Ÿ’„ chore: update .github/workflows/ci.yml 375c8f1 @jaywcjlove
  • ๐Ÿ’„ chore: update .github/workflows/ci.yml e646fc6 @jaywcjlove
  • ๐Ÿ“– doc: Update README.md. 69d7d77 @jaywcjlove
image2uri -

Published by jaywcjlove about 4 years ago

image2uri -

Published by jaywcjlove about 4 years ago

image2uri -

Published by jaywcjlove about 4 years ago

image2uri -

Published by jaywcjlove about 4 years ago