You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README states pdf.WithImageFS(os.DirFS(".")), but the actual method signature is func WithImageFS(images http.FileSystem) Option. Shouldn't it be pdf.WithImageFS(http.FS(os.DirFS("."))) instead?
The text was updated successfully, but these errors were encountered:
The README states
pdf.WithImageFS(os.DirFS("."))
, but the actual method signature isfunc WithImageFS(images http.FileSystem) Option
. Shouldn't it bepdf.WithImageFS(http.FS(os.DirFS(".")))
instead?The text was updated successfully, but these errors were encountered: