craft-candle

1.1.3 • Public • Published

craft-candle

Parameterized candle model.

Install

$ npm install craft-candle

Parameters

  • width: adjusts width of candle
    • default: 8
  • height: adjusts height of candle
    • default: 45

Example

<craft>
    <craft name="candle" module="craft-candle"/>
    <row spacing="1" l="centerY()">
        <candle></candle>
        <candle width="15" height="15"></candle>
    </row>
</craft>

example

/craft-candle/

    Package Sidebar

    Install

    npm i craft-candle

    Weekly Downloads

    2

    Version

    1.1.3

    License

    MIT

    Last publish

    Collaborators

    • calebhsu