@KhantMin200Submitted over 2 years ago
Aung Khant Hein
@AungKhantHein314All comments
- @AungKhantHein314Posted over 2 years ago
I love your use of fonts. They are unique.
And the project is almost identical to the challenge. It would be more impressive if the canvas is centered.
Marked as helpful0 - @HanLin-P00PSubmitted over 2 years ago@AungKhantHein314Posted over 2 years ago
Hello!
Your code is well-structured and readable.
It would be better and more interactive to use fetch for data fetching instead of copying the data.
fetch(./data.json).then(response => response.json()).then(datas => func(data))
Marked as helpful1