Skip to content

A powerful tool for sharing code snippets with additional features. Share beautiful screenshots of your code on your social media platforms.

License

Notifications You must be signed in to change notification settings

DevrajDC/dc-code-screenshot

Repository files navigation

Code Screenshot

A powerful tool for sharing code snippets with additional features. Share beautiful screenshots of your code on your social media platforms.

Project Live at: https://dc-code-screenshot.vercel.app/

code-screenshot


Features

  • 10+ elegant themes (light + dark theme included).
  • 12+ font styles (popular monospace fonts).
  • Support for all popuplar languages with auto-detection and syntax highlighting.
  • Multiple export options: save as SVG/PNG, copy to clipboard and copy link.
  • Other customization options like: font size, padding, background etc.

Technologies used


Build steps

  1. Clone this repo
git clone https://github.com/DevrajDC/dc-code-screenshot && cd code-screenshot
  1. Install project dependencies
npm install
  1. Build the project and start a local server
npm run build && npm run serve