# Import

# Import as module

You can get the Graphery SVG library with ES6 import instruction:

import gySVG from 'https://cdn.graphery.online/svg/1.0.0/module/index.js';

# Load as global object

You can load the Graphery SVG library as a global object with the tag script:

<script src="'https://cdn.graphery.online/svg/1.0.0/script/index.js'"></script>

# Load as Web Component

You can load the Graphery SVG Web Component as a HTML custom tag with:

<script src="'https://cdn.graphery.online/svg/1.0.0/component/index.js'"></script>