Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thuoe/player-icons
Simple SVG player control icons used for mp4-video-player
https://github.com/thuoe/player-icons
icon iron-iconset polymer svg webcomponents
Last synced: about 1 month ago
JSON representation
Simple SVG player control icons used for mp4-video-player
- Host: GitHub
- URL: https://github.com/thuoe/player-icons
- Owner: thuoe
- License: apache-2.0
- Created: 2019-06-30T17:02:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T15:38:22.000Z (over 1 year ago)
- Last Synced: 2024-10-08T06:18:14.051Z (about 1 month ago)
- Topics: icon, iron-iconset, polymer, svg, webcomponents
- Language: JavaScript
- Homepage: player-icons-git-master.thuoe.vercel.app
- Size: 1.93 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
[![Build Status](https://travis-ci.com/thuoe/player-icons.svg?branch=master)](https://travis-ci.com/thuoe/player-icons) [![npm version](https://badge.fury.io/js/player-icons.svg)](https://badge.fury.io/js/player-icons)
Simple SVG player control icons used for [mp4-video-player](https://github.com/Eddie-Thuo/mp4-video-player)
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```## Running Tests
```
$ polymer test
```Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.