* Wrapper to enable testability. * @param imagePath * @param callback
(imagePath, callback)
| 117 | * @param callback |
| 118 | */ |
| 119 | sizeOf(imagePath, callback) { |
| 120 | return sizeOf(imagePath, callback); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * If theme schema exists we need to validate it to make sure it passes all defined checks. |