Taking a deeper look at the Two.js framework with GToolkit
##About [Two.js](https://two.js.org) provides a two-dimensional drawing api for modern web browsers. How does that work? Let's take a look with GToolkit ## Installation ```st Metacello new repository: 'github://StephanEggermont/AnalyzingTwo:master/src'; baseline: 'AnalyzingTwo'; load ``` ## Load Lepiter After installing with Metacello, you will be able to execute ``` #BaselineOfAnalyzingTwo asClass loadLepiter ```