UNPKG

@cocreate/lighthouse

Version:

A simple lighthouse component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.

10 lines (8 loc) 171 B
import api from '@cocreate/api' const CoCreateLightHouse = { name: 'lighthouse', endPoints: { getHtml: {}, } } api.init(CoCreateLightHouse);