Skip to content

Instantly share code, notes, and snippets.

View fedyvenom's full-sized avatar

Fedy Yapary fedyvenom

  • MarketJS, Venomous
  • Makassar, South Sulawesi, Indonesia
View GitHub Profile
@phoboslab
phoboslab / touch-button.js
Last active May 23, 2025 19:54
Touch Button Plugin for Impact
ig.module(
'plugins.touch-button'
)
.requires(
'impact.system',
'impact.input',
'impact.image'
)
.defines(function(){ "use strict";