0.4.1 • Published 2 years ago

@osaguild/ipfs-uploader v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

IPFS Uploader

The file upload component for ipfs which based on chakra ui. Now we only support pinata.

Getting started

Installation

@osaguild/ipfs-uploader

yarn add @osaguild/ipfs-uploader

dependencies for react

This repository runs on react so you need to install react and react-dom to dependencies

yarn add react react-dom
yarn add react-scripts -D

If you use typescript, you need to install @types/react and @types/react-dom

yarn add @types/react @types/react-dom -D

dependencies for other packages

This repository use chakra-ui and axios. So you need to install these packages.

yarn add @chakra-ui/react @emotion/react @emotion/styled axios framer-motion -D

Release to npm

yarn rollup
yarn login
yarn publish --access=public
0.3.0

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago