A Common Lisp package that will help process SVG files and copy them to folders so that they can be used in Djula templates in a Caveman web application framework.
- Adds / Updates
height
,width
,fill
,class
attributes in thesvg
root element - Copy files from one directory to another after processing them
You can use the copy-svg
function from this package by supplying the source and destination directories:
(copy-svg "./quicklisp/local-projects/cl-djula-svg/static/svgs/" "./quicklisp/local-projects/cl-djula-svg/templates/svgs/")
You can install cl-djula-svg
via quicklisp:
(ql:quickload :cl-djula-svg)
- Rajasegar Chandran
Copyright (c) 2022 Rajasegar Chandran