From e05d5241ba583b01b5bfe7495eacc9bdda0c2712 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 10 Jan 2025 23:34:00 -0800 Subject: [PATCH] Add link to package and color it. Tweak heading text. --- test.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test.html b/test.html index 65b166c..a93c46f 100644 --- a/test.html +++ b/test.html @@ -118,12 +118,13 @@ SPDX-License-Identifier: GPL-3.0-or-later console.log('%cTESTING COMPLETE', 'color:orange;font-weight:bold') - +

nano-pow

-

Compare three different Nano proof-of-work tools.

+

https://www.npmjs.com/package/nano-pow

+

Speed tests comparing three different Nano proof-of-work tools.

NanoPowGpu uses cutting edge WebGPU technology. Not all browsers are supported.

NanoPowGl uses WebGL 2.0 and is a fallback option in the NanoPow package.

nano-webgl-pow is the original package from which NanoPow was inspired and optimized.

-- 2.34.1