1.0.0 • Published 4 years ago

pusle-app-embed v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Getting Start

use with node.js

Install package as dependencies

npm install '@pulse/app-embed'

or

yarn add '@pulse/app-embed'

Use in web components

import appEmbed from '@pulse/app-embed'

appEmbed('container-id');

Use with CDN

include below line before body tag in html code.

https://source.psr.pub/common/js/pulse-app-embed.js

Get app and embed to your container