clipwave
TypeScript icon, indicating that this package has built-in type declarations

0.1.10-1 • Public • Published

clipwave

A React component for an interactive audio waveform

NPM JavaScript Style Guide

Install

npm install --save clipwave

Usage

import React, { Component } from 'react'

import MyComponent from 'clipwave'
import 'clipwave/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

AGPL-3.0 © justinsilvestre

Readme

Keywords

none

Package Sidebar

Install

npm i clipwave

Weekly Downloads

5

Version

0.1.10-1

License

AGPL-3.0

Unpacked Size

387 kB

Total Files

32

Last publish

Collaborators

  • justinsilvestre