circle-layout

1.0.2 • Public • Published

circle-layout

Parameterized circle layout for CraftML

Usage

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

Parameters

  • radius: adjusts radius of item arrangement
  • degrees: adjusts location of item arrangement

Example

<craft>
    <craft name="circle-layout" module="circle-layout"/>
    
    <circle-layout radius="25">
        <repeat n="10">
            <cube></cube>
        </repeat>
    </circle-layout>
 
</craft>

example

Readme

Keywords

Package Sidebar

Install

npm i circle-layout

Weekly Downloads

5

Version

1.0.2

License

MIT

Last publish

Collaborators

  • calebhsu