(value, decimals)
| 1082 | return CropprCore; |
| 1083 | }(); |
| 1084 | function round(value, decimals) { |
| 1085 | return Number(Math.round(value + 'e' + decimals) + 'e-' + decimals); |
| 1086 | } |
| 1087 | |
| 1088 | var Croppr$1 = function (_CropprCore) { |
| 1089 | inherits(Croppr, _CropprCore); |
no outgoing calls
no test coverage detected