Add LiveCanvas / wp-plugin,page-builder

main
nurbek 2 years ago
parent f05d9fda09
commit bb1b3b0c49

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.06285 25.0514C3.06285 25.9657 3.56571 26.4229 4.57142 26.4229C5.57714 26.4229 6.87238 25.8895 8.45714 24.8229C10.0419 23.7562 11.5809 22.3086 13.0743 20.48C13.44 19.9924 13.7295 19.7486 13.9429 19.7486C14.1562 19.7486 14.2629 19.84 14.2629 20.0229C14.2629 20.2057 13.6381 20.9981 12.3886 22.4C9.34095 25.7524 6.79619 27.4286 4.75428 27.4286C3.74857 27.4286 2.89523 27.2 2.19428 26.7429C1.49333 26.2553 1.14285 25.5238 1.14285 24.5486C1.14285 23.5429 1.4019 22.3848 1.92 21.0743C2.80381 19.0019 4.22095 16.3962 6.17142 13.2572C9.73714 7.46668 12.2667 4.57144 13.76 4.57144C14.0648 4.57144 14.3695 4.69335 14.6743 4.93716C15.0095 5.15049 15.1924 5.3943 15.2229 5.66858C14.5219 6.61335 13.1657 8.42668 11.1543 11.1086C9.17333 13.7905 7.8019 15.7257 7.04 16.9143C6.27809 18.0724 5.69904 18.941 5.30285 19.52C4.93714 20.0991 4.66285 20.5562 4.48 20.8914C4.29714 21.1962 4.08381 21.6076 3.84 22.1257C3.3219 23.1619 3.06285 24.1372 3.06285 25.0514Z" fill="#26C6DA"/>
<path d="M19.2686 27.6114C18.9333 27.6114 18.6286 27.5657 18.3543 27.4743C16.4038 26.9257 15.4286 25.8286 15.4286 24.1829C15.4286 22.0495 16.7695 19.581 19.4514 16.7772C22.1333 13.9733 24.5409 12.5714 26.6743 12.5714C27.3752 12.5714 27.939 12.7695 28.3657 13.1657C28.8228 13.5314 29.0514 14.0495 29.0514 14.72C29.0514 15.36 28.8533 16.0457 28.4571 16.7772C28.0609 17.4781 27.4667 17.8286 26.6743 17.8286C25.8819 17.8286 25.4857 17.5848 25.4857 17.0972C25.4857 16.7619 25.6838 16.2591 26.08 15.5886C26.5067 14.8876 26.72 14.5219 26.72 14.4914C26.72 14.4305 26.6743 14.4 26.5828 14.4C25.7295 14.4914 24.5562 15.101 23.0628 16.2286C21.6 17.3562 20.5943 18.301 20.0457 19.0629L18.2628 21.6686C17.9581 22.1562 17.7295 22.7353 17.5771 23.4057C17.4552 24.0762 17.3943 24.5791 17.3943 24.9143C17.3943 25.2495 17.5771 25.6305 17.9428 26.0572C18.339 26.4838 18.8876 26.6972 19.5886 26.6972C21.1124 26.6972 23.0019 25.8133 25.2571 24.0457C27.5124 22.2476 29.2495 20.541 30.4686 18.9257C30.6209 18.7429 30.8038 18.6514 31.0171 18.6514C31.2305 18.6514 31.3371 18.7124 31.3371 18.8343C31.3371 18.9562 31.2609 19.1086 31.1086 19.2914C29.4324 21.5162 27.4209 23.4667 25.0743 25.1429C22.7581 26.7886 20.8228 27.6114 19.2686 27.6114Z" fill="#E83E8C"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -972,6 +972,22 @@
"saas": true,
"website": "https://www.liveagent.com"
},
"LiveCanvas": {
"cats": [
87,
51
],
"description": "LiveCanvas is a Bootstrap 5 WordPress page builder.",
"icon": "LiveCanvas.svg",
"requires": "WordPress",
"scriptSrc": "/wp-content/plugins/livecanvas/",
"pricing": [
"low",
"recurring",
"onetime"
],
"website": "https://livecanvas.com"
},
"LiveChat": {
"cats": [
52

@ -521,7 +521,7 @@
],
"description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.",
"icon": "Partytown.svg",
"dom": "script[type*='text/partytown']"
"dom": "script[type*='text/partytown']",
"js": {
"partytown": ""
},