0.0.2 • Published 6 months ago

titlemaker.js v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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
0.0.2

6 months ago

0.0.1

6 months ago

1.0.0

6 months ago