UNPKG

file2html-ooxml

Version:
10 lines (9 loc) 223 B
/** * @description Convert TWINS to PX * 1inch = 96px * 1inch = 1440twins * 1px = 1440 / 96 = 15twins * @param {string} value * @returns {number} */ export default function convertTwipToPx(value: string): number;