Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

toongether-legacy/titlemaker.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

titlemaker.js

titlemaker.js is easy Text-to-SVG tool for any Comic Thumbnails.

Installation

via npm package manager

npm install titlemaker.js
const titlemaker = require('titlemaker.js');
// or
import { make } from 'titlemaker.js'

Usage

const options = { title: "Lorem Ipsum",
                  font: "GangwonEduPower" }
make(options, (err, svg) => {
    // Do whatever you want with svg(string)
});

Options

  • title: string
  • font: string
  • alignLeft: boolean
  • color: string

Available Fonts

  • 카페24클래식타입: Cafe24Classic
  • 카페24단정해: Cafe24Danjunghae
  • 조선일보명조: ChosunNm
  • 강원교육튼튼체: GangwonEduPower
  • 가나초콜릿체: Ghanachocolate
  • 빛의계승자: HeirofLight
  • 여기어때 잘난체: Jalnan
  • 어그로체: Sandbox

Releases

No releases published

Packages

No packages published