0.1.4 • Published 5 months ago

react-p2p-collaborative-text-editor v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-p2p-collaborative-text-editor

Peer-to-peer collaborative and flexible text editor for React.

Fork of Conclave.

NPM JavaScript Style Guide

Install

npm install --save react-p2p-collaborative-text-editor

Usage

import React from 'react';
import P2PEditor from 'react-p2p-collaborative-text-editor';

const MyP2PEditor = () => {
  return (
    <P2PEditor />
  );
};

export default MyP2PEditor;

License

MIT © DrSwad

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago