feat(image): added clear fun. Closes #1394

This commit is contained in:
Folke Lemaitre 2025-10-20 18:27:14 +02:00
parent a9275cbe57
commit 30687d195b
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -209,4 +209,8 @@ function M:del(pid)
end
end
function M.clear()
images = {}
end
return M