Skip to content

calebhsu/craft-candle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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