mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 11:52:14 +01:00
5.0.0 (#66)
This commit is contained in:
9
internal/pkg/printer/url.go
Normal file
9
internal/pkg/printer/url.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package printer
|
||||
|
||||
// NewURL returns a URL printer.
|
||||
func NewURL(url string, opts *ChromeOptions) Printer {
|
||||
return &chrome{
|
||||
url: url,
|
||||
opts: opts,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user