UNPKG

@cityssm/bill-data-extract

Version:

Extracts data from scanned bill documents into usable details.

4 lines (3 loc) 115 B
export function percentageToCoordinate(percentage, length) { return Math.round((percentage / 100) * length); }