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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@aecworks/pdfjs-obvdoc

v1.0.11

Published

OBVDoc 采用了 pdf.js 来展示 doc 类型的文件。基于 pdf.js 官方的 viewer.js 进行定制。 该仓库fork了github上的官方仓库:[pdf.js@github](https://github.com/mozilla/pdf.js)。 会定期的对官方的修改进行同步,解决重大的bug和功能的升级。

Downloads

30

Readme

PDF.js for OBVDoc

OBVDoc 采用的了pdf.js 来展示 v2d 类型的文件。基于 pdf.js 官方的viewer进行小范围修改。 该仓库fork了github上的官方仓库:pdf.js@github。 需要定期的对官方的修改进行整合,解决重大的bug和功能的升级。

OBVDoc 主要是使用 dist/lib 目录中的源代码和生成的 web viewer。aecwroks 文件夹存放 OBVDoc 的文档和发布相关的配置等等

branch 管理

OBVDoc的修改需要在 aecworks/master 分支上进行修改,该 master 分支是从 master branch 上 直接创建的,保持了历史变更关系。

常用命令

  • npm install: 安装依赖
  • npm run dist: 从 build/dist 和 其他位置复制文件到 aecworks

如何发布到 npm registry

  • npm config set registry https://registry.npmjs.org/ 或者 npm run set:registry 将 registry 源切换到 nmpjs.org
  • npm adduser: 登录到 npm.org
  • npm publish --access public: 发布

PDF.js

PDF.js is a Portable Document Format (PDF) library that is built with HTML5. Our goal is to create a general-purpose, web standards-based platform for parsing and rendering PDFs.

This is a pre-built version of the PDF.js source code. It is automatically generated by the build scripts.

See https://github.com/mozilla/pdf.js for learning and contributing.