1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-06 15:28:01 +00:00
Files
gatus/vendor/github.com/wcharczuk/go-chart/v2/drawing/constants.go
2021-08-21 18:12:06 -04:00

7 lines
87 B
Go

package drawing
const (
// DefaultDPI is the default image DPI.
DefaultDPI = 96.0
)