graphgif/cgif.scm

5 lines
95 B
Scheme
Raw Normal View History

2024-10-16 13:48:22 -05:00
(define-module (cgif)
:export (make-gif))
2024-10-16 15:46:16 -05:00
(load-extension "./libguilecgif" "init_cgif")