0.0.6 • Published 2 years ago

@mangoweb/shapes v0.0.6

Weekly downloads
13
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.6

2 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago