Commit 25df53e7 authored by Dmitry Nikulin's avatar Dmitry Nikulin

Rename project to ipfs-images-components

parent 433a289d
# Attachments Server Components # IPFS Image Server Components
This repository provides components for building attachments server. This repository provides components for building IPFS images server.
# Usage # Usage
Include module in your project using `npm`. Include module in your project using `npm`.
``` ```
npm install --save attachments-components npm install --save ipfs-images-components
``` ```
and add this to your code and add this to your code
``` ```
let components = require("attachments-components"); let components = require("ipfs-images-components");
``` ```
Object `module.exports` provides all necessary components. Object `module.exports` provides all necessary components.
# Attachments Server Components # IPFS Image Server Components
This repository provides components for building attachments server. This repository provides components for building IPFS images server.
# Usage # Usage
Include module in your project using `npm`. Include module in your project using `npm`.
``` ```
npm install --save attachments-components npm install --save ipfs-images-components
``` ```
and add this to your code and add this to your code
``` ```
let components = require("attachments-components"); let components = require("ipfs-images-components");
``` ```
Object `module.exports` provides all necessary components. Object `module.exports` provides all necessary components.
......
{ {
"name": "attachments-components", "name": "ipfs-images-components",
"version": "1.0.0", "version": "1.0.0",
"description": "Components for building attachments server", "description": "Components for building IPFS image server",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "mocha" "test": "mocha"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment