New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quotes-photos-generator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quotes-photos-generator

Generator of Photos with Quotes

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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
  • Download Here

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

FAQs

Package last updated on 27 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc