Skip to content

ecrmnn/showcode

 
 

Repository files navigation

Create beautiful images of code.

Highlighting

To add code higlighting, type a code comment in your language of choice, containing the following:

  • {*} - Focus
  • {+} - Add
  • {-} - Remove
  • {#[hex]} - Custom Hex Color

For example, this:

public function index() // {#caebf9}
{
    return User::all(); // {-}{*}
    return User::paginate(); // {+}{*}
}

Produces this:

Local Installation

  1. Clone the git repo
  2. Run npm install && npm run dev
  3. Visit http://localhost:3000

Showcode Desktop

Showcode can also be purchased as a standalone desktop application:

https://showcode.app/buy

Thank you for your support! 🙏

About

Create beautiful images of code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.6%
  • JavaScript 24.1%
  • PHP 12.0%
  • CSS 3.6%
  • Other 0.7%