Quill Delta Converter What is this? TODO How do I use it? TODO Contributing to the Project Running the tests npm run test Type-checking the code npm run type-check And to run in --watch mode: npm run type-check:watch Distributing new versions Increment the version npm version <patch|minor|major> Build distributables npm run clean # not strictly necessary, but good form npm run build Publish to NPM npm publish