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

sequel-vcs-composition-daily-baseline-web

v0.3.7

Published

This is the VCS composition `daily:baseline` built for the web target.

Downloads

851

Readme

VCS composition daily:baseline

This is the VCS composition daily:baseline built for the web target.

You can use this package to load Daily's baseline composition into your web app.

For example, you might want to render live interactive previews of content that your application will then render into a live stream or recording on Daily's cloud using VCS.

For more information on VCS, see: https://github.com/daily-co/daily-vcs.

Build instructions

You don't need to read this if you're just using the package!

You only need to build in two cases:

  1. You're maintaining this package;
  2. You have added custom code to the composition and would like to build your own version of the package.

So, if you do want to build... This package is a bit special because the composition itself isn't located automatically and isn't included in this folder. It's in the VCS SDK linked above, and you need to provide the path for the build.

First ensure it's set up internally for building:

yarn install_for_build

Then you must set VCSROOT to point to the VCS SDK before calling yarn build. Example:

VCSROOT=/Users/andreiermilov/Documents/GitHub/sequel-vcs npm run build

The composition lookup will then locate this composition under $VCSROOT/compositions/daily-baseline.

The build output will be in the dist subdirectory.