1.0.5 • Published 5 years ago

quotes-photos-generator v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Quotes Photo Generator

Generator of Photos with Quotes, made with NodeJS.

How to install

npm install --save quotes-photos-generator

Params

ParamRequiredDefault
imageUrltrue
colortrue
quotetrue
specialWordsfalse[]
fontfalseRusso One*
authorfalse""
pathfalse./image.png
blurfalse0
widthfalse720
heightfalse1280
backgroundColorActivatefalsetrue

Example Usage

const Generator = require('quotes-photos-generator');
const generator = new Generator();

async function start() {
  await generator.start({
    imageUrl: './mountain.jpg',
    color: '4CAF50',
    quote: "Your limmitation - it's only your imagination",
    specialWords: ['limmitation', 'imagination'],
    author: 'Mountain Quotes',
    path: './my-quote.png',
    blur: 2
  });

  console.log('Well done!');
}

start();

Example Result

Result

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago