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

termvg

v1.0.2

Published

Terminal Vector Graphics Player — Render Lottie/SVG animations in the terminal using ThorVG + WebAssembly

Readme

🚀 TermVG — Terminal Vector Graphics Player

ThorVG 기반 고성능 터미널 벡터 그래픽 플레이어

CLI 환경에서 Lottie 애니메이션과 SVG를 30fps로 실시간 렌더링합니다.

⚠️ 데모 페이지 이용 안내 브라우저 데모는 TermVG의 렌더링 성능을 가볍게 체험해 보기 위한 제한적인 버전입니다. 로컬 디렉터리 탐색, 터미널 환경에 최적화된 단축키, LottieFiles 온라인 검색(MCP) 등 핵심 기능들은 브라우저 환경에서 동작하지 않습니다. 모든 기능을 정상적으로 완벽하게 경험하시려면, 아래 설치 방법을 따라 터미널(CLI)에 직접 설치하여 실행해 주시기 바랍니다.


📦 설치 및 실행

방법 1: npm (권장)

가장 간단하게 전역 패키지로 설치하여 사용할 수 있습니다. (Node.js 18 이상 필요)

npm install -g termvg
termvg

단일 파일 바로 재생하기:

termvg play example.json

방법 2: Docker

Node.js 환경을 설정하고 싶지 않다면 Docker를 통해 즉시 실행할 수 있습니다.

docker run -it --rm -v $(pwd):/data node:20-slim bash -c "npm install -g termvg && termvg"

(현재 디렉터리가 컨테이너 내 /data에 마운트되어 로컬 파일을 열 수 있습니다)


방법 3: 로컬 개발 환경 소스 빌드

git clone https://github.com/OSSCA-thorvg/Hackathon-Terminal_Vector_Graphics.git
cd Hackathon-Terminal_Vector_Graphics/react-wasm
npm install
npm run build
node dist/index.js

📖 상세 매뉴얼

기능, 단축키 사용법, 렌더링 아키텍처 및 MCP 연동 등의 상세 정보는 상세 매뉴얼 (DETAILS.md) 에서 확인하실 수 있습니다.


📄 라이선스

이 프로젝트는 ThorVG OSSCA 해커톤의 일환으로 제작되었습니다. (MIT License)