Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Minima Image Handbook

This package is made to facilitate image composability across the Minima dApp eco-system.

It has both a re-usable React component labelled `Image` and utility methods that can be used independently especially useful for processing, compressing, and fetching images from various sources, including base64 encodings and IPFS/IPNS.

The `Image` tag that can be imported by `import { Image } from "@minima-global/image"` and then using it like:


` <Image src={(minimaToken.url} /> `

Otherwise you can have a look at how the Image component was built using the utility functions in the `/utils` folder part of the package.

2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minima-global/image",
"version": "1.5.3",
"version": "1.5.4",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down