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

test-eduv

v1.8.38

Published

[![Build Status](https://travis-ci.org/UniversalViewer/universalviewer.svg?branch=master)](https://travis-ci.org/UniversalViewer/universalviewer) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/UniversalViewer/universalviewer?utm_s

Downloads

3

Readme

Universal Viewer

Build Status Gitter

npm install universalviewer

or

bower install uv

Examples

Google group

Twitter

Contributors

Wellcome Library British Library National Library of Wales Villanova University, Falvey Memorial Library Riksarkivet

About

The Universal Viewer is an open source project to enable cultural heritage institutions to present their digital artifacts in an IIIF-compliant and highly customisable user interface.

Features:

  • OpenSeadragon image zooming using the IIIF image API.
  • YouTube-style embedding with deep links to specific pages/zoom regions.
  • Themable, fork the UV theme on github to create your own.
  • Highly configurable and extensible.
  • Supports "IxIF" out of the box, allowing 3D, audio, video, and pdf viewing experiences.
  • Supports search and autocomplete service integration with overlayed search results.
  • Internationalised UI using transifex.com (currently supports English and Welsh. Volunteers for more translations gratefully accepted!)

More about the Universal Viewer

Stable Builds

See the GitHub releases page.

Development

The most up-to-date code can usually be found on the dev branch. Please see the wiki for instructions on how to customise the viewer for your own projects.

First Time Setup

All command-line operations for building the UV are scripted using Grunt which is based on Node.js. To get set up:

  1. Install Node.js, if you haven't already

  2. Install the grunt command line interface (if you haven't already); on the command line, run:

     npm install -g grunt-cli
  3. Install bower (if you haven't already)

     npm install -g bower
  4. Clone the universalviewer repository and sub modules:

     git clone https://github.com/UniversalViewer/universalviewer.git --recursive
  5. On the command line, go in to the universalviewer folder

  6. Run

     npm install
     bower install
     grunt sync

Debug Builds

To build the debug version of the viewer, just run (on the command line, in the universalviewer folder):

grunt

This will compile the .less files into .css and .ts files into .js with source maps to aid in debugging.

Distribution Builds

To build the distribution version of the UV, just run (on the command line, in the universalviewer folder):

grunt build

A versioned uv-major.minor.patch folder along with compressed .zip and .tar files will appear in the /dist folder. Use these in your website, or alternatively use:

bower install uv --save

which will download the distribution folder to bower_components.

See https://github.com/UniversalViewer/demo-site for examples.

Examples

To view the examples run:

grunt
grunt examples

License

The Universal Viewer is released under the MIT license.