An open API service indexing awesome lists of open source software.

https://github.com/opentok/solutions-css


https://github.com/opentok/solutions-css

css opentok tokbox

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

![logo](https://raw.githubusercontent.com/opentok/solutions-css/master/tobox-logo.png?token=AE4PZ25IYtId9AF2gNqsKqHZ-SoD1PwCks5XwGjwwA%3D%3D)

# OpenTok Solutions CSS

Universal css styles for OpenTok Accelerator Packs.

###Installation:

```bash
$ npm install --save opentok-solutions-css
```

If using browserify or webpack:

```javascript
require('opentok-solutions-css');
```

Otherwise, just include the link to the stylesheet in your html:

```html

```