Update links.
Chris Pressey
1 year, 6 months ago
79 | 79 | |
80 | 80 | The module may also export a couple of other things, like an English description |
81 | 81 | of the transformer, and the possible configuration options. For a reasonably |
82 | simple example, see the source of the `upper` transformer, in [upper.js][]. | |
82 | simple example, see the source of the `upper` transformer, in | |
83 | [upper.js](src/transformers/upper.js). | |
83 | 84 | |
84 | 85 | State deposited into the state object is shared by all transformers, so it's |
85 | 86 | a good idea to choose a key that you think will probably be unique. |
112 | 113 | |
113 | 114 | [Lexeduct Online]: https://catseye.tc/installation/Lexeduct |
114 | 115 | [Node.js]: https://nodejs.org/ |
115 | [upper.js]: https://github.com/catseye/Lexeduct/blob/master/src/transformers/upper.js | |
116 | [Michael Paulukonis]: https://github.com/MichaelPaulukonis/ | |
116 | [Michael Paulukonis]: https://michaelpaulukonis.github.io/ | |
117 | 117 | [TextMunger]: https://github.com/MichaelPaulukonis/text-munger |
118 | 118 | [GenerativeText Forum]: https://groups.google.com/forum/#!forum/generativetext |
119 | [John Ohno]: https://github.com/enkiv2/ | |
119 | [John Ohno]: https://www.lord-enki.net/ |