mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 16:42:58 +00:00
Update defaults based on RPGNow POD
https://help.drivethrupartners.com/hc/en-us/articles/12780800178583-Quick-Specifications-for-Print-Books#h_01HP59NC7WJ9C84PEDSFM1WBR9
This commit is contained in:
@@ -230,10 +230,10 @@ const api = {
|
||||
|
||||
// Copy Required Safe Space or Use defaults
|
||||
metadata.safetySpace = {
|
||||
top : brew?.safetySpace?.top || '.125in',
|
||||
bottom : brew?.safetySpace?.bottom || '.125in',
|
||||
left : brew?.safetySpace?.left || '.125in',
|
||||
right : brew?.safetySpace?.right || '.125in',
|
||||
top : brew?.safetySpace?.top || '.25in',
|
||||
bottom : brew?.safetySpace?.bottom || '.25in',
|
||||
outer : brew?.safetySpace?.outer || '.25in',
|
||||
inner : brew?.safetySpace?.inner || '.5in',
|
||||
};
|
||||
|
||||
// Set brew paper trim size or default to US Letter
|
||||
|
||||
Reference in New Issue
Block a user