Skip to content

jojoee/quote-image-generator

Repository files navigation

quote-image-generator

FREE Quote Image Generator

Screenshot

Note

Getting Started

  1. Set path (e.g. cd C:\xampp\htdocs\jojoee.com\quote-image-generator)
  2. Install bower npm install -g bower
  3. Install dependencies bower install && npm install
  4. Start gulp

TODO

  • Add background colors / images (keep last 5 colors / images on localStorage)
  • Add font size
  • Add font color
  • Login via facebook for publishing (also keep login session / detail)
  • Automatically publish into your facebook status / your facebook page (with message)
  • Add multi font weight
  • Add page name input
  • Increase canvas width / height to 690 pixels
  • Add page avatar input
  • Multi page avatar (keep last 5 images on localStorage)
  • Remove unused files / configs
  • Support multi-lines
  • Detect empty line
  • Detect input width (prevent text-overflow on the canvas)
  • Update algorithm
  • Add english font
  • Port to Angular
  • Support on mobile
  • Share on mobile
  • Clear canvas on text area only (instead clear all canvas area)
  • Update default canvas width / height to 690px;
  • Responsive

Thanks