ronin/examples/pixels.lisp
2019-07-14 08:10:31 +02:00

9 lines
104 B
Common Lisp

; pixels
((clear)
; Draw photo
(draw "../../PREVIEW.jpg")
(echo (select (rect 0 0 10 10)))
)