Primer. Draw shapes and animations on web pages without learning to code.

github.com/mojombo/primer

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2014
  • Add MIT license
October 2008
  • implement removeChild()
  • use getBoundingClientRect() to determine local mouse location
  • text related change to z-index and position: absolute
  • fix position relative bug and reset ext on clear
  • add rect
  • refactor roundedRect out of fillRoundedRect
  • change fillRoundedRect to meta api call
  • implement fillRoundedRect convenience method
  • utilize fillStyle for text
  • update readme with text info
  • implement font
  • implement textAlign
  • set padding and border to zero for .primer_text
  • force container to position: relative so text draws in correct location
  • properly position textFills in nested layers
  • pass parent instead of primer to bind()
  • very basic text support
  • mouse events now work in safari and firefox
  • allow passing of dom element to Primer()