From 3e90bb1e89e1687902f582bf30b01acb59eeef22 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 21 Oct 2020 22:37:53 +0600 Subject: [PATCH 1/2] Add PIXIjs webgl canvas --- src/drivers/webextension/images/icons/pixijs.png | Bin 0 -> 1365 bytes src/technologies.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/pixijs.png diff --git a/src/drivers/webextension/images/icons/pixijs.png b/src/drivers/webextension/images/icons/pixijs.png new file mode 100644 index 0000000000000000000000000000000000000000..8631f63d7fb7255923545e9d21a1e38f5a7f9673 GIT binary patch literal 1365 zcmZ`(do&Yz9RH1B^PDI#F~Sv1YlLt$%ww34=u$GquDls8s>$nkWNo+BL|5gyx!$jF zMYt%h?4XkpMh`OOk!P9Loj?2Ip6~g5Kj(Zt=W{-Pe9!r2xw_cPNUBHz0AvUbcy}SA z_5l+Y?wG{HH6cMMRzxcRYHvwxlf?GT00(y>0Es#PB&Pu&5K75>0Aeu!eD(vtEDr#s z$otK17D7YZ-^m^i_V(vtYsqb)0*`d~B?bVg1N(ryOKca06*EwcB|-G7~-nW?dg&MeH(<*bpYdwit>Rm5583&*D#2YklR*~(F$24?OrjVJ9S<&miT1~z|N z?GSRqH>q-Oj5dm6>76gzo{|@7nyk}5)->i{yr~L)D=+rtq^(?@e9ko_oOxrr-ab_4 zZZp`iJUxzXLFJd5lppux#s|%D%h!qe8b<3ZB#|6xP`1DxKXX?idsQ-la7CtD`VqB0 z>2hGlm@kaI@dfurKgmKLDdr7*2Sd8@2N@G?7@l1Qx@c3WzJDe@zho(cQ*G75nLWw< z))_)97*7V8u?!nxq%_yt4#+G5`>q_GU%Z^%18X(GsO>)-7b0ro&Yox{9UzSGzj{K8M8H zf=@J9#OG9Dr1Bq>zl%+O`dB4i@wPaf>;<7uUP*>}dP<`7`U;qbWR>%v8TVd&sD|K- z!ZU{RHmL2s;rCw(>^*nu6{K@+vOEP;L#Ql59v?vn7eF5Kw&3HsLzY;hQk|(S=Aw*< ziS&2c_nR=ZvW-TL&SiIG^Q(y%(9{BP^CXQKlesUFY)zgXGjgg+m+kSh&Z zEXiwUVQVSBM!z;~O67g7*6@8UynKQMg(^6XN8JwJ#db@pfId__(TGwP}S$O*D9nF18Yy^ zJns%I!B%()7ML>EDiv1Ah@o)#ct`EYBeuEYkXGZkof^lLW2jVU2xtxU-a>af<-P!O zf%E6ZrWpYxn#rhYXJOnaxgG_TOf6bbEs5t%_!Jg=b(7cCa4tUXBmHSn zZ5z9+Vtq)B(Z0 zj-5$gnct#!w8x9MMZrM|=%vccQDAE(Onz}~T~A))u@CCqq17`?sX=$soV%9R7wWTH z93Go9;=;JZOV`x8W_6Ui0z@=WQwI|_YC2+=SNU<%5fv<=t^j!sjMmCiN1 z52ft)5!b2)7QM0x`dlHSb47$BK`hSl*dyAiPpSJ~j;uXhny6^IG0#J7%SrfRw5hfi zsALi~&@3Q2P)Goa!D7%SF=*^b4~&VKp|P3aDKy5&41=LnAXa_|ghh~pgA)EfAiMmx Qi!cBPwl4T8YrmBL0A;jMFaQ7m literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 56ed1e95b..39b402ebb 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10188,6 +10188,19 @@ }, "website": "https://www.pipedrive.com/" }, + "PIXIjs": { + "cats": [ + 25 + ], + "description": "PixiJS - The HTML5 Creation Engine. Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.", + "icon": "pixijs.png", + "js": { + "PIXI.settings": "" + }, + "url": ".+\\.pixijs\\.com", + "scripts": "^pixi\\.js$", + "website": "https://www.pixijs.com/" + }, "Emarsys": { "cats": [ 32, From 716402edac2149a1fcf11dc5bbfb22d11eeb6b50 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 22 Oct 2020 03:38:27 +0600 Subject: [PATCH 2/2] Description, covered min scripts, js with version --- src/technologies.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 39b402ebb..6a7507af5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10192,13 +10192,14 @@ "cats": [ 25 ], - "description": "PixiJS - The HTML5 Creation Engine. Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.", + "description": "PixiJS - The HTML5 Creation Engine. 2D WebGL renderer.", "icon": "pixijs.png", "js": { - "PIXI.settings": "" + "PIXI": "", + "PIXI.version": "^(.+)$\\;version:\\1" }, "url": ".+\\.pixijs\\.com", - "scripts": "^pixi\\.js$", + "scripts": "pixi\\.(min\\.)?js$", "website": "https://www.pixijs.com/" }, "Emarsys": {