sun-layout

1.1.2 • Public • Published

sun-layout

Parameterized sun layout for CraftML

Usage

<craft>
    <craft name="sun-layout" module="sun-layout"/>
</craft>

Parameters

  • radius: adjusts radius of item arrangement

Example

<craft>
    <craft name="sun-layout" module="sun-layout"/>
    <sun-layout>
        <repeat n="10">
            <prism transform="scale(0.5)"></cube>
        </repeat>
    </sun-layout>
</craft>

example

Readme

Keywords

Package Sidebar

Install

npm i sun-layout

Weekly Downloads

2

Version

1.1.2

License

MIT

Last publish

Collaborators

  • calebhsu