How to use?
===========


You can import ``trix`` from ``js.trix`` and ``need`` it where you want
these resources to be included on a page::

  >>> from js.trix import trix
  >>> trix.need()

  >>> from js.trix import (
  ...     trix_css,
  ...     trix_js,
  ... )
