nfclibrary
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -42,3 +42,3 @@ let fetch; | ||
function Reader(query) { | ||
const url = `https://www.naflouille-creations.com/public/library/${query}.svg`; | ||
const url = `./icons/${query}.svg`; | ||
return fetch(url) | ||
@@ -45,0 +45,0 @@ .then(response => response.text()) |
{ | ||
"name": "nfclibrary", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A node module to query any icon from the Naflouille Creations projects. ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2835