# Contribute to the project Thank you for your interest in helping out the project! Unfortunately, a few life events have prevented me from catching up feature requests, and answer questions. Your help is very much appreciated, whether on clarifying issues or actual code contributions. Please don't file a duplicate issue if it's mentioned in the roadmap below. ## Roadmap ### Virtual canvas: never miss a word that's too big and forget about `weightFactor` The current implementation will skip the word that can't be fit into the canvas. This is a faulty design and should be corrected. It can be fixed by laying out the words on a boundless virtual canvas, and scale the entire virtual canvas until it fits into the visual canvas. The project, however, is not trivial. ### Play well with modern build systems The script comes with a small UMD and it worked well back in the days, but no any more. It's better to figure out a way allowing the script to be imported as a module and also `