## graphics : object PostalPoint uses the Jimp library version 1.6 for creating and manipulating images and shipping labels. **Kind**: global namespace * [graphics](#graphics) : object * [.Jimp()](#graphics.Jimp) ⇒ Jimp * [.loadFont(filename)](#graphics.loadFont) ⇒ Promise ### graphics.Jimp() ⇒ Jimp The [JavaScript Image Manipulation Program](https://jimp-dev.github.io/jimp/). **Kind**: static method of [graphics](#graphics) **Example** ```js const {Jimp} = global.apis.graphics.Jimp(); ``` ### graphics.loadFont(filename) ⇒ Promise Replacement for [Jimp's loadFont function](https://jimp-dev.github.io/jimp/api/jimp/functions/loadfont/), which gets very confused about our JS environment and ends up crashing everything. **Kind**: static method of [graphics](#graphics) | Param | Type | | --- | --- | | filename | string |