Skip to main content

Load Hanzi Data Offline

The Hanzi writer data can be served from localhost to use it as offline.

Then in front side of Card 5 change the url to the localhost.

// var url_hanzi = "https://cdn.jsdelivr.net/npm/hanzi-writer-data@latest/";

var url_hanzi = "http://localhost:8080/data/";