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

media-platform-js-sdk

v9.0.18

Published

The official Wix Media Platform Javascript SDK

Downloads

2,899

Readme

Wix Media Platform

Build Status NPM version Downloads

Wix Media Platform is an end-to-end solution for all modern web media management, handling images, video and audio in the most efficient way on the market. From upload, storage, metadata management and all the way to delivery, Wix Media Platform takes care of all possible media workflows.

JavaScript SDK

This package is an isomorphic JavaScript library (works both in Node JS and in the browser) that provides a convenient API to access Wix Media Platform services.
Its documentation can be found here.

The docs for older versions (v5) can be found in Wiki tab.

Installation

npm install media-platform-js-sdk --save

To get the most up-to-date version of the JS SDK, move to your project directory and type in npm update:

cd media-platform-js-sdk
npm update

Click here for more info.

Running the Demo

git clone [email protected]:wix/media-platform-js-sdk.git

cd media-platform-js-sdk

npm install

npm run start:demo

and open http://localhost:3333/ in the browser

Reporting Issues

Please use the issue tracker to report issues related to this library, or to the Wix Media Platform API in general.

Develop

If you want to help make Media Platform JS SDK better - you are awesome and you are welcome! Please read the information below, it is very important to generate proper CHANGELOG and proper versioning.

We are using standard-version - the tool with automate versioning and CHANGELOG generation, with semver and conventional commit messages.

So, you should name your commits via conventional commits.

Examples:

Why is chore, style, refactor, docs, ci or build entries not in my CHANGELOG?

These entries shouldn't make any difference to your end-users, unless there's a BREAKING CHANGE, in which case the entry will be included in the CHANGELOG. Reference So in the CHANGELOG.md file you can see only commits with types fix, feat and text BREAKING CHANGE.

How to use type fix:

Commit with fix type will change the patch version: 1.0.0 -> 1.0.1

fix: minor typos in code
How to use type feat:

Commit with feat type will change the minor version: 1.0.0 -> 1.1.0

feat: allow provided config object to extend other configs
How to use BREAKING CHANGE:

A BREAKING CHANGE text can be part of commits of any(fix, feat, etc.) type and will change the major version: 1.0.0 -> 2.0.0 You should use BREAKING CHANGE with another type. Specification

fix: change photo service color results
BREAKING CHANGE: getPhotoColor returns array instead of object

Create an issue or make a Pull Request with proper commit names.

More info and examples

License

We use a custom license, see LICENSE.md.

About Wix

Wix.com is a leading cloud-based web development platform with more than 100 million registered users worldwide. Our powerful technology makes it simple for everyone to create a beautiful website and grow their business online.

About Google Cloud Platform

Google Cloud Platform enables developers to build, test and deploy applications on Google’s reliable infrastructure. It offers computing, storage and application services for web, mobile and backend solutions.