mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-29 03:14:17 +01:00
7 lines
87 B
Go
7 lines
87 B
Go
package drawing
|
|
|
|
const (
|
|
// DefaultDPI is the default image DPI.
|
|
DefaultDPI = 96.0
|
|
)
|