mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-11-01 12:07:15 +08:00
Get bridges working
This commit is contained in:
@ -363,7 +363,8 @@ this.stroke_extractor.getBridges = (glyph, classifier) => {
|
||||
endpoints.push(new Endpoint(paths, [i, j]));
|
||||
}
|
||||
}
|
||||
return getBridges(endpoints, classifier || handTunedClassifier);
|
||||
const bridges = getBridges(endpoints, classifier || handTunedClassifier);
|
||||
return {endpoints: endpoints, bridges: bridges};
|
||||
}
|
||||
|
||||
this.stroke_extractor.getStrokes = (glyph) => {
|
||||
|
||||
Reference in New Issue
Block a user