Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 121de8f

Browse files
committed
updates documentation
1 parent f51898c commit 121de8f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# d3plus-export
22

3-
[![NPM Release](http://img.shields.io/npm/v/d3plus-export.svg?style=flat)](https://www.npmjs.org/package/d3plus-export) [![Build Status](https://travis-ci.org/d3plus/d3plus-export.svg?branch=master)](https://travis-ci.org/d3plus/d3plus-export) [![Dependency Status](http://img.shields.io/david/d3plus/d3plus-export.svg?style=flat)](https://david-dm.org/d3plus/d3plus-export) [![Gitter](https://img.shields.io/badge/-chat_on_gitter-brightgreen.svg?style=flat&logo=gitter-white)](https://gitter.im/d3plus/)
3+
[![NPM Release](http://img.shields.io/npm/v/d3plus-export.svg?style=flat)](https://www.npmjs.org/package/d3plus-export) [![Build Status](https://travis-ci.org/d3plus/d3plus-export.svg?branch=master)](https://travis-ci.org/d3plus/d3plus-export) [![Dependency Status](http://img.shields.io/david/d3plus/d3plus-export.svg?style=flat)](https://david-dm.org/d3plus/d3plus-export) [![Gitter](https://img.shields.io/badge/-chat_on_gitter-brightgreen.svg?style=flat&logo=gitter-white)](https://gitter.im/d3plus/)
44

55
Export methods for transforming and downloading SVG.
66

77
## Installing
88

9-
If you use NPM, run `npm install d3plus-export --save`. Otherwise, download the [latest release](https://github.com/d3plus/d3plus-export/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. You can also load directly from [d3plus.org](https://d3plus.org):
9+
If you use NPM, `npm install d3plus-export`. Otherwise, download the [latest release](https://github.com/d3plus/d3plus-export/releases/latest). You can also load d3plus-export as a standalone library or as part of [D3plus](https://github.com/d3plus/d3plus). ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a `d3plus` global is exported:
1010

1111
```html
12-
<script src="https://d3plus.org/js/d3plus-export.v0.3.full.min.js"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/d3plus-export@1"></script>
13+
<script>
14+
console.log(d3plus);
15+
</script>
1316
```
1417

1518

@@ -90,4 +93,4 @@ This is a global function.
9093

9194

9295

93-
###### <sub>Documentation generated on Tue, 07 Jul 2020 16:10:15 GMT</sub>
96+
###### <sub>Documentation generated on Tue, 02 Feb 2021 14:57:33 GMT</sub>

0 commit comments

Comments
 (0)