@kibibit/kb-hologram
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@kibibit/kb-hologram

Create images from templates and data


how to use

Installation

$ npm install --save @kibibit/kb-hologram

Usage

import { KbHologram, KbHologramResultType } from "@kibibit/kb-hologram";

const kbHologram = new KbHologram({
  fontName: "../Comfortaa-Regular.ttf",
  templateName: "changelog-template",
  height: 534 * 2,
  width: 1069 * 2,
  data: {
    columnOne: [
      "Compact folders in Explorer",
      "Edit both files in diff view",
      "Search results update while typing",
      "Problems panel filtering by type",
      "Minimap highlights errors, changes",
      "Terminal minimum contrast ratio",
    ],
    columnTwo: [
      "Mirror cursor in HTML tags",
      "Optional chaining support in JS\\TS",
      "Extract to interface TS refactoring",
      "Sass module support for @use",
      "Remote - Containers improvements",
      "Visual Studio Online preview",
    ],
    title: "achievibit",
    subtitle: "v2.1.4 - CHANGELOG",
    logo: {
      url: "data:image/png;base64,<icon-data>",
      alt: "kibibit",
    },
  },
  type: "html",
});

const pngBuffer = await kbHologram.render(KbHologramResultType.PngBuffer);

Which will return a png buffer for the following image: generated changelog

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

Contributors

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing.

You can check out some easy to start with issues in the Easy Pick.

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct.

By participating in this project you agree to abide by its terms.

License

MIT License

Copyright (c) 2020 Neil Kalman <neilkalman@gmail.com>

Module Icon made by Freepik from www.flaticon.com

Readme

Keywords

none

Package Sidebar

Install

npm i @kibibit/kb-hologram

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

207 kB

Total Files

11

Last publish

Collaborators

  • thatkookooguy
  • zimgil
  • k1b1b0t