├── CHANGELOG.md ├── README.md └── res ├── demo.gif ├── logo.png └── screenshot.png /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Version 1.0 2 | - Releasing the first version -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CodeImager 2 |

3 | 4 |

5 | Generate a beautiful image from a code snippet on Mac OS. 6 | 7 | This repo is used to host the releases for http://codeimager.com/: 8 | 9 | - Release are [here](https://github.com/oarrabi/CodeImager/releases) 10 | - Issues, features requests and roadmap is [here](https://github.com/oarrabi/CodeImager/issues) 11 | 12 | Created by: 13 | - Omar Abdelhafith [@ifnottrue](https://twitter.com/ifnottrue) 14 | - Daniel Beere [@danielbeere](https://twitter.com/danielbeere) 15 | - Giacomo Rebonato [@giacomorebonato](https://twitter.com/giacomorebonato) 16 | 17 | Please feel free to submit issues and requests to [here](https://github.com/oarrabi/CodeImager/releases) 18 | 19 | Source code coming soon... 20 | 21 | ## Screenshot 22 |

23 | 24 | 25 |

26 | -------------------------------------------------------------------------------- /res/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsomar/CodeImager/c6a58e6306ea459ae906302307c10a5f0f19028c/res/demo.gif -------------------------------------------------------------------------------- /res/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsomar/CodeImager/c6a58e6306ea459ae906302307c10a5f0f19028c/res/logo.png -------------------------------------------------------------------------------- /res/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsomar/CodeImager/c6a58e6306ea459ae906302307c10a5f0f19028c/res/screenshot.png --------------------------------------------------------------------------------