AES-256 encryption option for project files, progress on importing KiCad symbols
This commit is contained in:
parent
41939fb47c
commit
0a0f9ff9fd
32 changed files with 493 additions and 394 deletions
|
|
@ -1,9 +1,3 @@
|
|||
<!--
|
||||
~ Copyright (c) 2025-2026 Taras Greben
|
||||
~ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial-pcb-retrace
|
||||
~ See LICENSE file for details.
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
@ -15,7 +9,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>PCB ReTrace Studio</title>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@zip.js/zip.js@2.8.26/dist/zip.min.js"></script>
|
||||
|
||||
<!-- LIBRARIES -->
|
||||
<script async src="https://docs.opencv.org/4.x/opencv.js" type="text/javascript"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue