Rich text - the justification calculation
If you are laying out text then you will need to justify it. But what's the algorithm? Lets take a look...
A tech blog giving usable explainers, advice, tools, tricks and techniques for the Konva JavaScript canvas library, the HTML5 canvas, and related subjects.
If you are laying out text then you will need to justify it. But what's the algorithm? Lets take a look...
Stuck with a coding issue - found a solution in an npm package? Should you just npm -install it? There's no doubt that package managers give todays developers immediate access to an amazing resource of other peoples code. But at what cost and risk?
There's more to writing code than simply, well, writing code! With anything graphical there is always the potential for runaway development that doesn't plan for the scale ahead. This article is about why you need to consider a model. Take a look...