Skip to content

m1ga/hyperloop.scratchView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperloop Scratch View

Axway Hyperloop example of an Android scratch view

preview

Library: https://github.com/D-clock/ScratchView (modified)

var scratchview = require("/scratchview");
scratchview.setEraserSize(30);
scratchview.setMaxPercent(50);
scratchview.onProgress(function(percent){
	console.log(percent);
})
scratchview.onCompleted(function(){
	console.log("done");
})

About

Axway Hyperloop scratch view for Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published