0.0.2-s4 • Published 2 years ago

@nomorejalapenos/sketch v0.0.2-s4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago
const s = sketch(document.querySelector('.container'), (state) => {
  state.clear()

  const width = state.size.x * 0.4
  const height = state.size.y * 0.4
  const x = state.size.x / 2 - width / 2
  const y = state.size.y / 2 - height / 2

  state.context.rect(x, y, width, height)

  state.context.fill()
})

// s.destroy()
0.0.2-s4

2 years ago

0.0.2-s3

2 years ago

0.0.1-s3

2 years ago

0.0.1-s2

2 years ago

0.0.1-s1

2 years ago

0.0.1

2 years ago