mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2026-02-16 10:30:41 +00:00
Added some fonts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
The creator of [Photopea](https://www.photopea.com/), a great free alternative to Photoshop, is not interested on making an offline version, so I took it upon myself to make it.
|
||||
|
||||
## Issues
|
||||
If there are any issues, please let me know. I may try to get text working, as the fonts are saved on an external server and are not loaded into the browser when the website loads, but rather as you need it. Of course, anyone is free to wither fork it or make a pull request.
|
||||
If there are any issues, please let me know.
|
||||
|
||||
## How to use
|
||||
1. Download the repository
|
||||
|
||||
BIN
www.photopea.com/code/external/fribidi.wasm
vendored
Normal file
BIN
www.photopea.com/code/external/fribidi.wasm
vendored
Normal file
Binary file not shown.
BIN
www.photopea.com/code/external/hb.wasm
vendored
Normal file
BIN
www.photopea.com/code/external/hb.wasm
vendored
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -61,7 +61,7 @@
|
||||
|
||||
<script>if(localStorage.getItem("capShown")=="false" || window.self != window.top) hideCap();</script>
|
||||
|
||||
<!-- <script src="//apis.google.com/js/client.js"></script> -->
|
||||
<script src="//apis.google.com/js/client.js"></script>
|
||||
<script src="ads.js"></script>
|
||||
|
||||
<script src="code/external/ext.js"></script>
|
||||
@@ -71,14 +71,14 @@
|
||||
<script src="code/DBS.js"></script>
|
||||
<script src="code/pp.js"></script>
|
||||
|
||||
<!-- <script> -->
|
||||
<!-- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -->
|
||||
<!-- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -->
|
||||
<!-- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -->
|
||||
<!-- })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -->
|
||||
<!-- ga('create', 'UA-4249565-37', 'photopea.com'); -->
|
||||
<!-- ga('send', 'pageview'); -->
|
||||
<!-- </script> -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-4249565-37', 'photopea.com');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user