Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@draft-js-modules/stats

MunifTanjim12MIT0.1.0TypeScript support: included

Draft.js Stats Module

draftjs, editor, react, richtext, modules, stats

readme

@draft-js-modules/stats

Installation

# using npm:
npm install --save @draft-js-modules/stats

# using yarn:
yarn add @draft-js-modules/stats

Usage

import { getStatsModule } from '@draft-js-modules/stats'

const StatsModule = getStatsModule()

const modules = [StatsModule]

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.0 (2019-08-05)

Features