mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
72 lines
3.4 KiB
HTML
72 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Google Tag Manager -->
|
|
<script>(function (w, d, s, l, i) {
|
|
w[l] = w[l] || []; w[l].push({
|
|
'gtm.start':
|
|
new Date().getTime(), event: 'gtm.js'
|
|
}); var f = d.getElementsByTagName(s)[0],
|
|
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
|
|
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
|
|
})(window, document, 'script', 'dataLayer', 'GTM-T7SQ7RW');</script>
|
|
<!-- End Google Tag Manager -->
|
|
<meta charset="UTF-8">
|
|
<title>imgproxy documentation</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta name="description" content="Fast and secure standalone server for resizing and converting remote images" />
|
|
<meta itemprop="name" content="imgproxy documentation" />
|
|
<meta itemprop="description" content="Fast and secure standalone server for resizing and converting remote images" />
|
|
<meta property="og:title" content="imgproxy documentation" />
|
|
<meta property="og:description" content="Fast and secure standalone server for resizing and converting remote images" />
|
|
<meta property="og:site_name" content="imgproxy documentation" />
|
|
<meta name="keywords" content="image, resize-images, crop-image, microservice, docker, jpeg, png, libvips" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<link rel="icon" type="image/png" href="/assets/favicon-196x196.png" sizes="196x196">
|
|
<link rel="icon" type="image/png" href="/assets/favicon-128x128.png" sizes="128x128">
|
|
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96">
|
|
<link rel="icon" type="image/png" href="/assets/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="/assets/favicon-16x16.png" sizes="16x16">
|
|
<link rel="stylesheet" href="assets/theme.css">
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
</head>
|
|
<body>
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7SQ7RW" height="0" width="0"
|
|
style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
<div id="app">
|
|
<div class="loading">
|
|
<div class="loading__spinner"></div>
|
|
</div>
|
|
</div>
|
|
<script src="assets/docsify-edit-link.js"></script>
|
|
<script src="assets/docsify-gitter.js"></script>
|
|
<script>
|
|
window.$docsify = {
|
|
logo: '/assets/logo.svg',
|
|
name: 'imgproxy',
|
|
repo: 'https://github.com/imgproxy',
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
auto2top: true,
|
|
search: {
|
|
namespace: 'docs-imgproxy',
|
|
depth: 6
|
|
},
|
|
plugins: [
|
|
EditOnGithubPlugin.create('https://github.com/imgproxy/imgproxy/blob/master/docs/'),
|
|
GitterPlugin.create("imgproxy/imgproxy", "1775d3")
|
|
]
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
|
<script src="https://unpkg.com/docsify-copy-code@2"></script>
|
|
<link href="https://fonts.googleapis.com/css?family=Fira+Mono|Roboto:400,700&display=swap" rel="stylesheet">
|
|
</body>
|
|
</html>
|