constants.js 220 B

123
  1. export const RATIO_Inches_EMUs = 914400 // 1英寸 = 914400EMUs
  2. export const RATIO_Inches_Points = 72 // 1英寸 = 72pt
  3. export const RATIO_EMUs_Points = RATIO_Inches_Points / RATIO_Inches_EMUs // 1EMUs = (72 / 914400)pt