npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@venmail/avnac-vue

v0.1.20

Published

[![Deploy Demo](https://github.com/VenMail/avnac-vue/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/VenMail/avnac-vue/actions/workflows/deploy-pages.yml) [![npm](https://img.shields.io/npm/v/@venmail/avnac-vue)](https://www.npmjs.com/pa

Readme

Avnac Vue

Deploy Demo npm

Avnac Vue is a Vue 3 + Fabric.js clone and adaptation of the original React Avnac editor.

It keeps the browser-first canvas editing model while exposing Vue single-file components (SFCs) that can be embedded in VenSuite, Venmail, and other Vue 3 applications. It includes slide editing, text and shape tools, image search/upload flows, AI-assisted slide generation, charts, diagrams, infographics, PPTX import/export, animation, present mode, and local document serialization.


🌐 Try It Online (Live Demo)

https://venmail.github.io/avnac-vue/

The demo loads the full editor in the browser — no install needed. You can try:

  • Slide editing with canvas objects (text, shapes, images)
  • AI-assisted slide generation
  • Image search (Unsplash) and file uploads
  • Charts: Bar, Stacked Bar, Line, Area, Pie, Doughnut, Scatter, Radar
  • Diagrams and infographic templates: Pyramid, Funnel, Timeline, Chevron, Venn, Cycle, Accordion, 2×2 Matrix
  • Present mode and animations (motion.dev)
  • PPTX import/export
  • Cross-canvas copy/paste from the system clipboard

Auto-deployed from main on every push via GitHub Actions.


Screenshots

Avnac Vue – Editor with toolbar, panels and canvas


What’s New vs the Original Avnac (React)

The original Avnac is a React + Vite presentation editor. Avnac Vue is a ground-up Vue 3 adaptation with additional features built for production embedding in Venmail products.

Feature Comparison

| Area | Original Avnac (React) | Avnac Vue | |---|---|---| | Framework | React + Vite + TypeScript | Vue 3 + Vite + TypeScript | | Integration | React component library | Vue SFCs — embeds into VenSuite & Venmail | | AI slide generation | React-based panels | Vue floating panels, improved error/loading states | | Images & uploads | Image uploads + Unsplash search | Vue panels with refined layout, dark-mode contrast & sizing fixes | | Clipboard | Basic clipboard support | Paste plain text and images from system clipboard into canvas | | Cross-canvas copy/paste | Not available | Full cross-canvas copy/paste via system clipboard | | Animations | Not available | motion.dev animation runtime, timeline panel, PPTX anim export | | Present mode | Not available | Full fullscreen present mode with slide navigation | | Charts | Basic chart rendering | Bar, Stacked Bar, Line, Area, Pie, Doughnut, Scatter, Radar with data dialog | | Diagrams & infographics | Not available | Pyramid, Funnel, Timeline, Chevron, Venn, Cycle, Accordion, 2×2 Matrix | | PPTX import/export | Basic PPTX support | Improved import (images, lines, charts), corrected animation XML export | | Flat-group architecture | Standard canvas groups | Flat-group model for direct text editing inside groups | | Smart objects | Standard shape editing | Smart object editor — stroke width sync, background popover | | Dark mode | Standard contrast | Editor dark mode contrast fixes tuned for Vue build | | Line endings | Standard text behavior | Multiple line-ending types in the editor | | Panels UX | Floating panels (React) | Escape/close behavior, focus handling, improved panel positioning | | Packaging | React component library build | Ships Vue SFCs for host-app compilation |

New Feature Highlights in Avnac Vue

  • Vue 3 SFC API — embed the editor in any Vue 3 / VenSuite / Venmail app with minimal setup.
  • System clipboard integration — paste plain text and images from the OS clipboard directly onto the canvas.
  • Cross-canvas copy/paste — copy objects and paste them between separate editor instances or browser tabs.
  • motion.dev animation runtime — per-slide and per-object animations; export correctly to PPTX.
  • Full present mode — fullscreen slide presentation with keyboard and click navigation.
  • Chart data dialog — edit datasets, choose chart kind (Bar/Line/Pie/Radar/etc.), live canvas sync.
  • Diagrams and infographics — 8 ready-to-use layout templates (Pyramid, Funnel, Venn, Cycle, etc.).
  • Improved PPTX pipeline — corrected animation XML, shape ID tracking, better image/line import.
  • Flat-group architecture — direct text editing inside grouped canvas objects without ungrouping.
  • Smart object editor polish — stroke width sync, background popover positioning.
  • Dark mode contrast — targeted contrast fixes for the editor UI in dark environments.
  • Resilient AI and network handling — AI endpoint fixes, improved error recovery in panels.

Installation

npm install avnac-vue

The package ships Vue SFCs. Your host app’s Vite/webpack build compiles them.


Development

npm install
npm run dev

# Type checking
npm run typecheck

# Tests
npm test

Local dev runs at http://localhost:5173.


CI / CD

| Workflow | Trigger | Result | |---|---|---| | publish.yml | Push a version tag | Publishes to npm | | deploy-pages.yml | Push to main | Deploys live demo to GitHub Pages | | screenshots.yml | After each Pages deploy | Captures and commits fresh screenshots |


Keywords

avnac, avnac-vue, vue clone, vue presentation editor, vue slide editor, vue canvas editor, fabric.js editor, browser design editor, AI slide generator, presentation builder, PPTX editor, Venmail, VenSuite, image upload editor, Unsplash image search, diagram editor, infographic editor, animation editor, present mode, motion.dev, clipboard paste, cross-canvas copy paste.