- Docs: Clarify
parent
bd97406c5d
commit
f802bfa4c2
|
@ -75,7 +75,8 @@ incorporating SVGEdit. You will need to have Node.js/npm installed.
|
||||||
1. Install SVG-edit into your package:
|
1. Install SVG-edit into your package:
|
||||||
`npm i --save svgedit`.
|
`npm i --save svgedit`.
|
||||||
1. Look within `node_modules/svgedit/`, e.g., `node_modules/svgedit/editor/svg-editor.html`
|
1. Look within `node_modules/svgedit/`, e.g., `node_modules/svgedit/editor/svg-editor.html`
|
||||||
for the files your package needs and use accordingly.
|
for the files your package needs and use accordingly (from outside of
|
||||||
|
`node_modules`).
|
||||||
1. If you want to publish your own work, you can use `npm publish`.
|
1. If you want to publish your own work, you can use `npm publish`.
|
||||||
|
|
||||||
## Programmatic customization
|
## Programmatic customization
|
||||||
|
|
Loading…
Reference in New Issue