1.2.0 • Published 5 months ago

@kaffee/latte v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

@kaffee/latte

A based web component & svgo library, tree shaking support Only TypeScript

Installation

Install with npm

  npm install --dev @kaffee/latte

Install with yarn

  yarn add --dev @kaffee/latte

Install with pnpm

  pnpm add -D @kaffee/latte

Usage

Configuration file

{
    "svg":"./src/icons/svg",
    "dist":"./src/icons/latte",
    "eslint":"quotes,unicorn/no-abusive-eslint-disable,prettier/prettier",
    "namespace":true
}

Convert SVG to TypeScript

    pnpm latte

Define Component

import { registerSvgIcon } from "@kaffee/latte";
import { bank_card, member, wallet } from "./icons/latte";

registerSvgIcon([bank_card, member, wallet]);

User SVG

    <latte-svg
      style="fill:red"
      width="30px"
      height="30px"
      namespace="latte"
      name="member"
    />

License

GPL

Contributors

1.2.0

5 months ago

1.1.5

5 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago