appcore-filemaker-cli 0.1.0-beta.1

Bounded CLI for appcore-filemaker
1
2
3
4
5
6
7
8
9
10
11
12
filemaker: '1.0'
model: canvas
id: cli-test
page: { width: 40pt, height: 30pt }
elements:
  - id: box
    type: rect
    x: 2pt
    y: 3pt
    width: 10pt
    height: 8pt
    style: { fill: '#336699' }