JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q63783F
  • License MIT

Autofocus plugin for medium-editor

Package Exports

  • medium-editor-autofocus

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (medium-editor-autofocus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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