diff --git a/README.md b/README.md index 7e25666ee0..c32363f410 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,20 @@ [![PRs Welcome][pr-image]][pr-url]

- drawing + drawing

# Demo +## Browser + +Here are examples of `docx` being used with basic `HTML/JS` in a browser environment. + +* https://codepen.io/anon/pen/dqoVgQ +* https://jsfiddle.net/3xhezb5w/2 + +## Node + Press `endpoint` on the `RunKit` website: ![RunKit Instructions](https://user-images.githubusercontent.com/2917613/38582539-f84311b6-3d07-11e8-90db-5885ae02c3c4.png) @@ -33,9 +42,11 @@ Press `endpoint` on the `RunKit` website: * https://runkit.com/dolanmiu/docx-demo5 - Images * https://runkit.com/dolanmiu/docx-demo6 - Margins * https://runkit.com/dolanmiu/docx-demo7 - Landscape -* https://runkit.com/dolanmiu/docx-demo8/1.0.1 - Header and Footer +* https://runkit.com/dolanmiu/docx-demo8 - Header and Footer * https://runkit.com/dolanmiu/docx-demo10 - **My CV generated with docx** +More [here](https://docx.js.org/#/examples) and [here](https://github.com/dolanmiu/docx/tree/master/demo) + # How to use & Documentation Please refer to the [documentation at https://docx.js.org/](https://docx.js.org/) for details on how to use this library, examples and much more!