forked from edent/SuperTinyIcons
Update radius tool
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
render(e.target.value);
|
render(e.target.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
var urls = items.map(item => 'tiny/' + item + '.svg');
|
var urls = items.map(item => 'images/svg/' + item + '.svg');
|
||||||
var icons;
|
var icons;
|
||||||
Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => {
|
Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => {
|
||||||
icons = all;
|
icons = all;
|
||||||
|
Reference in New Issue
Block a user