UNPKG

web2app-spa

Version:

This template is primarily designed to easily convert HTML pages and URLs into a Capacitor/Cordova based iOS/Android app that can be used as Single-page application (SPA).

1 lines 508 B
"use strict";const UICloseButton={create:function(){const t=createBox(20,30,40,40);return that.right=20,that.border=0,that.color="transparent",that.borderColor="lightgray",that.round=0,that.opacity=1,t.background=createBox(0,0,t.width,t.height),t.add(that),that.color="white",that.border=1,that.borderColor="rgba(0, 0, 0, 0.8)",that.round=8,t.imgClose=createImage(0,0,t.width,t.height),t.add(that),that.load("components/ui-close-button/close-button.svg"),that.space=25,that.opacity=.6,makeBasicObject(t),t}};