refactor: change project structure and package name
This commit is contained in:
parent
c1468e8ae4
commit
ad10e9a062
163 changed files with 104 additions and 135 deletions
6
pkg/drawing/constants.go
Normal file
6
pkg/drawing/constants.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package drawing
|
||||
|
||||
const (
|
||||
// DefaultDPI is the default image DPI.
|
||||
DefaultDPI = 96.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue