icambron / twix.js

:hourglass::left_right_arrow: A date range plugin for moment.js
https://isaaccambron.com/twix.js/
MIT License
379 stars 54 forks source link

Add documentation for using es6 import/export #103

Open stevenqzhang opened 6 years ago

stevenqzhang commented 6 years ago

It wasn't immediately clear to me that twix should be imported only for its side effects on moment using import "twix" instead of import * from "twix"

Maybe worth adding to the detailed documentation?

icambron commented 6 years ago

Sure, I'd take a PR clarifying that