Skip to content

CodeVachon/image-generator

Repository files navigation

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

About

a module to programatically generate Base64 DataURLs for Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published