1.4.0 • Published 4 months ago

monifesto v1.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

Monifesto is a library for drawing on a layered canvas.

Here's how I'd like Monifesto to work.

Draw a line

import Monifesto
monifesto = new Monifesto()
monifesto.line()

horizontal black line on white layer

Draw a layer

import Monifesto
monifesto = new Monifesto()
background = monifesto.layer()
background.color(lightblue)

light blue background

Draw on a few layers

import Monifesto
monifesto = new Monifesto()
background = monifesto.layer(lightblue)
foreground = monifesto.layer()
foreground.line()

horizontal black line on light blue layer

1.2.4

4 months ago

1.2.3

4 months ago

1.4.0

4 months ago

1.2.2

4 months ago

1.3.0

4 months ago

1.2.1

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago