Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.77 KB

File metadata and controls

57 lines (33 loc) · 1.77 KB

Overview

CodeShare is a sophisticated code snippet visualization tool designed to elevate the presentation of your code. This tool transforms raw code into aesthetically pleasing images with a customizable user interface. Share your code snippets with elegance, choosing from a variety of themes, customizable code highlight colors, and support for multiple programming languages.

Demo

Visit the live demo here.

Usage

Getting started with CodeShare is a breeze:

  1. Open the CodeShare project in your preferred code editor.
  2. Paste your code snippet into the integrated code editor.
  3. Customize the appearance of your code snippet using the provided options.
  4. Generate a visually stunning code image with the chosen settings.
  5. Effortlessly share your beautifully formatted code snippet with the world.

Customization Options

Tailor your code snippet to perfection with the following customization options:

  • Themes: Choose from a selection of professionally crafted themes to enhance the visual appeal of your code.
  • Highlight Color: Personalize the code highlighting color to align with your style preferences.
  • Language Support: Select the programming language for accurate and context-aware syntax highlighting.

Screenshots

Visualize the power of CodeShare with the following examples:

image

Installation

To integrate CodeShare into your project, follow these simple steps:

  1. Clone the repository to your local machine:
git clone https://github.com/adityakumar48/codeshare.git
  1. Navigate to the CodeShare directory:
cd codeshare
  1. Install project dependencies:
npm install