Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TrustMark.js
|
2 |
Javascript implementation of TrustMark watermarking as described in [TrustMark - Universal Watermarking for Arbitrary Resolution Images](https://arxiv.org/abs/2311.18297) for encoding & decoding TrustMark watermarks in modern browsers as well as Node.js.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: TrustMark watermarking
|
3 |
+
emoji: 💦
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: red
|
6 |
+
pinned: false
|
7 |
+
license: gpl-3.0
|
8 |
+
short_description: Javascript implementation of TrustMark watermarking
|
9 |
+
---
|
10 |
+
|
11 |
# TrustMark.js
|
12 |
Javascript implementation of TrustMark watermarking as described in [TrustMark - Universal Watermarking for Arbitrary Resolution Images](https://arxiv.org/abs/2311.18297) for encoding & decoding TrustMark watermarks in modern browsers as well as Node.js.
|
13 |
|