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

anicca-doc-view

v0.1.4

Published

Universal document viewer for the web by Anicca Code Studio. Framework-agnostic viewer powered by a WebAssembly engine for high-fidelity rendering across PDF, DOCX, PPTX, XLSX, SVG, and images.

Readme

anicca-doc-view

Universal document viewer for the web by Anicca Code Studio. Framework-agnostic, powered by anicca-engine, an independent from-scratch WebAssembly rendering engine (Rust). No third-party engine code or binaries.

Supported formats

  • Word (.docx) — implemented (text, bold/italic, size, color, alignment, pagination, styles.xml resolution, heading outline, paragraph spacing)

Roadmap (engine in progress, not yet available):

  • Images (.png, .jpg, …)
  • PDF (.pdf)
  • PowerPoint (.pptx)
  • Excel (.xlsx)

The rendering engine lives in engine/ and is built separately; see engine/README.md.

Installation

npm install anicca-doc-view

Quick start

import { AniccaClient } from "anicca-doc-view";

const client = await AniccaClient.create();

const viewer = await client.createViewer({
    container: document.getElementById("viewer")!,
});

await viewer.load({ url: "/documents/example.docx" });

Features

  • Rendering via the anicca-engine WASM engine running in a Web Worker
  • Viewer UI: toolbar, thumbnails, outline, panels, zoom, print dialog
  • Light and dark themes via CSS custom properties (--adv-*)
  • 12 built-in UI locales
  • Zero framework dependencies
  • No external network calls (no permit/telemetry servers)

The viewer shell carries over the full feature set (search, annotations, panels, transitions); availability of each depends on engine support, which currently covers DOCX.

Theming

All styles are scoped under .adv-viewer-root and driven by --adv-* CSS custom properties. Toggle dark mode with the adv-viewer-dark class or the theme viewer option.

Support & Donations

This project is built and maintained in my free time after my day job, similar to how Laravel was first developed. Everything is completely free and open source. Your support really helps me keep developing, maintaining, and improving these tools for the developer community.

On a personal note, I'm also saving up to finally meet my girlfriend in Kyrgyzstan. We've been in a long-distance relationship between Indonesia and Kyrgyzstan for quite a while. Every donation brings me one step closer to closing this distance and building our future together.

Thank you so much. Your support means a lot to me, both for the project and for this part of my life. 🙏

| Platform | Link | |----------|------| | PayPal | paypal.me/AdjieDev | | Saweria | saweria.co/RikuKzry | | Ko-fi | ko-fi.com/aniccacodestudio | | Trakteer | trakteer.id/adjie.dev |

License

MIT License, Copyright (c) 2026 Anicca Code Studio. See LICENSE.

The WebAssembly engine in src/wasm/ is built from the MIT-licensed anicca-engine Rust source in engine/. Bundled fonts: DejaVu Sans (permissive license).