mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-23 05:03:26 +01:00
Signed recent changes
and disabled PDF builds
This commit is contained in:
7
imagesize.lua
Normal file
7
imagesize.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function Image (img)
|
||||
-- get dimensions
|
||||
local width, height = nil, nil -- implement
|
||||
img.attributes.width = width
|
||||
img.attributes.height = height
|
||||
return img
|
||||
end
|
||||
Reference in New Issue
Block a user