Users should be able to take a Video.js skin and get the source code into their own project to customize. ## Approaches There are currently two paths toward this: 1. **Copy/paste from docs** — the current approach. Ejected skin code is displayed on the docs site for users to copy into their project. 2. **CLI eject command** — the anticipated approach. A CLI tool (#247) that pulls skin source directly into a user's project folder.
Users should be able to take a Video.js skin and get the source code into their own project to customize.
Approaches
There are currently two paths toward this: