Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Transform words into captivating visuals with our GitHub repository! Easily generate quote images.

License

NotificationsYou must be signed in to change notification settings

trananhtung/create-quote-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a simple package to create a quote image from a given text. like this:

Features

  • Random background color

Usage

Install packages:

npm i create-quote-image

Use random color:

constcreateQuoteImage=require('create-quote-image').default;constquote={text:'This is a quote',author:'Me',}createQuoteImage(quote,'path/to/image.png');

Customize color:

constcreateQuoteImage=require('create-quote-image').default;constquote={text:'This is a quote',author:'Me',}createQuoteImage(quote,'path/to/image.png',createQuoteImage.colors[2]);

About

Transform words into captivating visuals with our GitHub repository! Easily generate quote images.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp