Skip to content

dazorni/medium-editor-autofocus

Repository files navigation

NPM Version Build Status

medium-editor-autofocus

Autofocus for the medium editor

Description

This is an extension for the medium-editor. For better user experience it will autofocus the medium-editor at start.

Build dist files

Compile the es2015 module

npm run build

// npm run build:dev
// npm run build:prod

Run tests

npm run test