awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
octref avatar

octref/polacode

0
View on GitHub↗
6,842 stars·180 forks·JavaScript·2 vuesmarketplace.visualstudio.com/items?itemName=pnp.polacode↗

Polacode

Polacode is a VS Code extension that converts code snippets into styled, shareable images. It functions as a dedicated code screenshot generator and image exporter, allowing users to capture selected code and render it as a polished visual for documentation, social media, or presentations.

The extension provides a dedicated editor pane where users can paste and preview code before generating a screenshot. It offers screenshot customization features including adjustable background color, shadow, transparency, and target image format, all managed through VS Code's settings system. The capture area can be resized by dragging the preview container's corner to control the final image dimensions.

The tool generates images entirely within the browser extension without server-side processing, using CSS-based styling and DOM-to-canvas rendering to produce the final output. This approach keeps the entire workflow contained within the editor environment.

Features

  • Styled Code Screenshot Creators - Creates styled, shareable images of code snippets for documentation, social media, or presentations.
  • VS Code Extensions - A plugin for the VS Code editor that adds a dedicated pane for capturing and previewing code screenshots.
  • Styled Code Image Exporters - Converts code snippets into image files for easy sharing on social media or documentation.
  • Screenshot Image Exporters - Selects and renders a block of code into a polished image format for easy sharing or embedding.
  • Screenshot Image Renderers - Renders a selected block of code into a styled, shareable image.
  • Client-Side Image Generation - Generates the final screenshot image entirely within the browser without server-side processing.
  • DOM-to-Canvas Renderers - Renders code snippets by converting the styled DOM preview directly into a canvas image for export.
  • Code - Renders selected code into a styled, shareable image with customizable background and shadow.
  • Code Screenshot Preview Panes - Opens a separate editor tab for pasting and previewing code before screenshot generation.
  • Screenshot Visual Customizations - Adjusts background color, shadow, transparency, and target image format through extension settings.
  • Code Presentation Themes - Customizes the visual appearance of code screenshots with background colors, shadows, and transparency settings.
  • Screenshot Styling Utilities - Lets users adjust background color, transparency, and shadow of code screenshots before saving.

Historique des stars

Graphique de l'historique des stars pour octref/polacodeGraphique de l'historique des stars pour octref/polacode

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Polacode

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Polacode.
  • charmbracelet/freezeAvatar de charmbracelet

    charmbracelet/freeze

    4,682Voir sur GitHub↗

    Freeze is a code-to-image generator and terminal output renderer that converts source code and ANSI terminal text into high-quality images. It functions as a command-line tool that transforms text and styled sequences into scalable vector graphics for use in documentation and presentations. The tool differentiates itself by capturing raw output from shell commands via a pseudo-terminal environment and translating ANSI escape codes and colors directly into SVG styles. It features a terminal user interface for real-time parameter adjustment and supports configuration profiles to maintain consis

    Go
    Voir sur GitHub↗4,682
  • bubkoo/html-to-imageAvatar de bubkoo

    bubkoo/html-to-image

    7,033Voir sur GitHub↗

    html-to-image is a JavaScript library and client-side screenshot utility that transforms DOM elements into image formats such as PNG, JPEG, or SVG. It functions as a DOM-to-canvas renderer, using the browser's native rendering capabilities to convert document nodes into rasterized images or canvas elements. The library leverages SVG foreignObject serialization to capture live DOM content, which is then rasterized into pixel-based formats. It includes specialized exporters for generating binary Blobs or raw RGBA pixel data as typed arrays. The tool provides configurations for image appearance

    TypeScriptcanvasdataurldom
    Voir sur GitHub↗7,033
  • doki-theme/doki-theme-vscodeAvatar de doki-theme

    doki-theme/doki-theme-vscode

    1,137Voir sur GitHub↗

    This extension provides a collection of visual themes for the editor, allowing users to apply custom color palettes and semantic highlighting rules to the interface. It functions as a comprehensive personalization tool that modifies the workspace aesthetic through structured theme definitions and automated synchronization. Beyond standard color adjustments, the extension enables the integration of custom background wallpapers and decorative character stickers. It includes utilities for overriding default interface images and modifying status bar labels, providing granular control over the vis

    TypeScriptanimeotakutheme
    Voir sur GitHub↗1,137
  • microsoft/vscode-goAvatar de microsoft

    microsoft/vscode-go

    5,897Voir sur GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    Voir sur GitHub↗5,897
Voir les 30 alternatives à Polacode→

Questions fréquentes

Que fait octref/polacode ?

Polacode is a VS Code extension that converts code snippets into styled, shareable images. It functions as a dedicated code screenshot generator and image exporter, allowing users to capture selected code and render it as a polished visual for documentation, social media, or presentations.

Quelles sont les fonctionnalités principales de octref/polacode ?

Les fonctionnalités principales de octref/polacode sont : Styled Code Screenshot Creators, VS Code Extensions, Styled Code Image Exporters, Screenshot Image Exporters, Screenshot Image Renderers, Client-Side Image Generation, DOM-to-Canvas Renderers, Code.

Quelles sont les alternatives open-source à octref/polacode ?

Les alternatives open-source à octref/polacode incluent : charmbracelet/freeze — Freeze is a code-to-image generator and terminal output renderer that converts source code and ANSI terminal text into… bubkoo/html-to-image — html-to-image is a JavaScript library and client-side screenshot utility that transforms DOM elements into image… mixn/carbon-now-cli — carbon-now-cli is a command line tool that renders source code into high-quality images. It serves as a terminal-based… doki-theme/doki-theme-vscode — This extension provides a collection of visual themes for the editor, allowing users to apply custom color palettes… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… niklasvh/html2canvas — This project is a browser-based rendering engine that captures visual snapshots of web page elements. It functions as…