Loading README.md +35 −19 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Contributors * [Santiago](https://github.com/santiaago) * [Remy](https://github.com/rjourde) * [Carmmen](https://plus.google.com/+CarmenRebolledo) How to use: ====== Loading @@ -17,41 +18,56 @@ You can set the HTML source of the image to point directly to **tinygraphs.com** ~~~html <img src="http://tinygraphs.com/checkerboard"> ~~~ ## parameters: ### size: ## Supported routes: `http://tinygraphs.com/checkerboard`  `http://tinygraphs.com/squares/anything`  `http://tinygraphs.com/squares/random`  `http://tinygraphs.com/isogrids/anything`  `tinygraphs.com/squares/hello?size=60` `http://tinygraphs.com/isogrids/random`  ## Parameters: * **size**: `tinygraphs.com/squares/hello?size=60` * **formats**: `tinygraphs.com/squares/hello?fmt=svg` ### formats The default format is `JPEG`. Supported formats are: * JPEG * SVG `tinygraphs.com/squares/hello?fmt=svg` * **background and foreground**: `tinygraphs.com/squares/hello?bg=ff4008&fg=04d6f2` ### background and foreground: You can specify the color of the background or foreground by using parameters `bg` and `fg` and passing an hexadecimal value of the color: `tinygraphs.com/squares/hello?bg=ff4008&fg=04d6f2` ## Supported routes: `http://tinygraphs.com/checkerboard` * **theme**: `tinygraphs.com/squares/random?theme=summerwarmth`  You can specify the theme you want to take into account in the image. `http://tinygraphs.com/squares/anything`   * **numcolors**: `tinygraphs.com/squares/random?theme=summerwarmth&numcolors=4` `http://tinygraphs.com/squares/random`  You can specify the number of colors that you want to render the image. Default value is **2** and can be extended to **4**.  Organization ===== Loading Loading
README.md +35 −19 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Contributors * [Santiago](https://github.com/santiaago) * [Remy](https://github.com/rjourde) * [Carmmen](https://plus.google.com/+CarmenRebolledo) How to use: ====== Loading @@ -17,41 +18,56 @@ You can set the HTML source of the image to point directly to **tinygraphs.com** ~~~html <img src="http://tinygraphs.com/checkerboard"> ~~~ ## parameters: ### size: ## Supported routes: `http://tinygraphs.com/checkerboard`  `http://tinygraphs.com/squares/anything`  `http://tinygraphs.com/squares/random`  `http://tinygraphs.com/isogrids/anything`  `tinygraphs.com/squares/hello?size=60` `http://tinygraphs.com/isogrids/random`  ## Parameters: * **size**: `tinygraphs.com/squares/hello?size=60` * **formats**: `tinygraphs.com/squares/hello?fmt=svg` ### formats The default format is `JPEG`. Supported formats are: * JPEG * SVG `tinygraphs.com/squares/hello?fmt=svg` * **background and foreground**: `tinygraphs.com/squares/hello?bg=ff4008&fg=04d6f2` ### background and foreground: You can specify the color of the background or foreground by using parameters `bg` and `fg` and passing an hexadecimal value of the color: `tinygraphs.com/squares/hello?bg=ff4008&fg=04d6f2` ## Supported routes: `http://tinygraphs.com/checkerboard` * **theme**: `tinygraphs.com/squares/random?theme=summerwarmth`  You can specify the theme you want to take into account in the image. `http://tinygraphs.com/squares/anything`   * **numcolors**: `tinygraphs.com/squares/random?theme=summerwarmth&numcolors=4` `http://tinygraphs.com/squares/random`  You can specify the number of colors that you want to render the image. Default value is **2** and can be extended to **4**.  Organization ===== Loading