It’s fun to play with this tool in a webpage in a browser environment, but to be useful in a turn-by-turn navigation context, it would need to generate the illustrations in a headless environment like Node.js.
The primary challenge is that this tool currently relies heavily on DOM scripting, particularly the getBBox() method, to build up the sign.
It’s fun to play with this tool in a webpage in a browser environment, but to be useful in a turn-by-turn navigation context, it would need to generate the illustrations in a headless environment like Node.js.
The primary challenge is that this tool currently relies heavily on DOM scripting, particularly the
getBBox()method, to build up the sign.