0.0.6 • Published 3 years ago

@mangoweb/shapes v0.0.6

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

Shapes

The manGoweb Shapes component.

Installation

npm install @mangoweb/shapes @mangoweb/scripts-base

This is a @mangoweb/scripts-base component.

Usage

In your template:

<script>
	window.initComponents = (window.initComponents || []).push({
		name: 'Shapes',
		props: {
			url: '/shapes.svg',
		},
	})
</script>

IE support (caniuse)

Use fetch polyfill, e.g., <script src="https://polyfill.io/v3/polyfill.min.js?features=fetch"></script>

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago