Node Html To Image Versions Save

A Node.js module that generates images from HTML

v3.0.0

3 years ago

Added

  • ✨ Add the possibility to create multiple image in one call (#38) [fed3ee5]

Breaking changes

  • 💥 Set waitUntil default value to networkidle0 [1436613]

Fixed

  • 🐛 Pass waitUntil option to setContent method (#40) [ad69d33]
  • ✏️ Fix typo in example (#29) [459f573]

Miscellaneous

  • 📝 Add a synopsis in the usage section (#41) [c92d252]

v2.1.1

4 years ago

Removed

  • 🔥 Remove npm lockfile [8a1b22f]

Fixed

  • 🐛 Fix issue related to default quality property with png type (#28) [cddf200]
  • ✏️ Remove extra style tag in example (#26) [06f16e7]

v2.1.0

4 years ago

Added

  • ✨ Add the quality parameter for jpg images (#22) [a4069e5]

Changed

  • 📌 Move gitmoji-changelog to dev dependencies (#25) [acfd889]

v2.0.0

4 years ago

Added

  • ✨ Add encoding option to allow user to change default encoding (#11) [8dacb45]
  • ✨ Return the buffer from .screenshot() in case we don't want to save image (#10) [22d5085]

Changed

  • ⬆️ Bump acorn from 5.7.3 to 5.7.4 (#7) [22746df]

Breaking changes

Removed

  • 🔥 Remove deprecated explanations in Run tests section [bec08d6]

Fixed

  • ✏️ Fix typo in properties table (#15) [df746df]

Miscellaneous

  • 📝 Update documentation to make output optional [d4dcf1e]
  • 💡 Improve dealing with local images instructions (#8) [c73a79a]

1.2.0

4 years ago

Added

  • ✨ Add transparent option to omit background (#6) [a63f0f2]

Changed

  • ♻️ Use Tesseract.js to simplify installation [afa5f46]

Miscellaneous

  • 📝 Add a section about dealing with images [07cb135]
  • 📝 Add a section about output image resolution [7ea6de7]

v1.1.0

4 years ago

Added

  • ✨ Add waitUntil option [a8f1b46]

Miscellaneous

v1.0.0

4 years ago

Added

  • ✨ Implement a function that generates an image from html (#1) [2de2304]

Miscellaneous

  • 📝 Improve examples and add information about handlebars [b4d2274]
  • 📝 Change emoji in title [2ea3e7c]
  • 📝 Add missing comma in handlebars example [2dc3924]
  • Initial commit [d75796d]