Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 617 Bytes

Image Generator

Read to Documentation

Install as an NPM Module

add this to your .npmrc file.

@christophervachon:registry https://npm.christophervachon.com

and Download using NPM Scope @christophervachon

npm install @christophervachon/image-generator

Usage

import { defaultImage } from "@christophervachon/image-generator";

export default ImageNode = () => (<img src={ defaultImage("Test String") } alt="Test String" />);

Test Image