Sign In

@mordonezdev/logokit-core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@mordonezdev/logokit-core

Brand-agnostic logo lockup rendering, sanitization, and export pipeline shared by the logokit web app, HTTP API, and CLI.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@mordonezdev/logokit-core

Shared rendering core for logokit: brand-agnostic logo lockup generation, SVG sanitization, and SVG/PNG export. Used by the logokit web app, HTTP API, and CLI.

Install

npm install @mordonezdev/logokit-core

Usage

import { generate, listLayouts } from "@mordonezdev/logokit-core"

const layouts = listLayouts()

const result = await generate({
  text: "Acme Labs",
  secondaryText: "Research Studio",
  layout: "horizontal",
  variant: "color",
  format: "svg",
})

// result.buffer (Uint8Array), result.mimeType, result.filename

See the main repository for full documentation.

License

MIT

Keywords

logo

FAQs

Package last updated on 02 May 2026

Related posts