JSPM

@playkit-js/common

1.5.5-canary.0-75fa67f
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 609
  • Score
    100M100P100Q91729F
  • License Apache-2.0

Pack of utils and ui-components for V7 player and plugins

Package Exports

  • @playkit-js/common
  • @playkit-js/common/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@playkit-js/common) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

playkit-js-common

Build Status code style: prettier

Pack of utils and ui-components for V7 player and plugins.

Storybook page

https://kaltura.github.io/playkit-js-common

How to use

  1. add @playkit-js/common into project dependencies (npm install @playkit-js/common or if yarn uses yarn add @playkit-js/common)
  2. import methods, classes or components to project, f.e: import { A11yWrapper } from '@playkit-js/common/dist/hoc/a11y-wrapper';

Scripts

  • build build modules
  • dev watch on file changes and build modules
  • release bump package version and add changes from commits into CHANGELOG
  • pushTaggedRelease push latest tag to GitHub repo
  • storybook run dev-server for storybook (https://storybook.js.org/docs/preact/get-started/introduction)
  • storybook:build create static files for storybook
  • storybook:deploy push storybook static files to GitHub pages