Skip to content

Commit

Permalink
update package name to @lokesh.dhakar/quanize
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh committed Feb 25, 2023
1 parent e620b0d commit 368081f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>

QUANT

<script src="../node_modules/@lokesh/quantize/dist/"></script>

<script type="module">
import { quant } from '../node_modules/@lokesh/quantize/dist/index.mjs';

console.log(quant);
</script>



</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lokesh/quantize",
"name": "@lokesh.dhakar/quantize",
"version": "1.2.0",
"description": "A node.js module for color quantization, based on Leptonica.",
"homepage": "https://github.com/olivierlesnicki/quantize",
Expand Down

0 comments on commit 368081f

Please sign in to comment.