1.0.9 • Published 1 year ago

pixflow-detect-customize v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Pixflow Detect Customize

This module allows to return the layer of specific tools such as crt, vhs and etc. with using the event call by index for example: Suppose we have an object by name of controller for configuration. We invoke this class with input of setting panel and reload() function in this class with input controller and we modify by index event:

const DetectCustomize = reqiure("pixflow-detect-customize");
const dc = new DetectCustomize();
dc.reload(controller);
controller.addEventListener("index", function(e){
    this.setAttribute("index", e.detail.index());
})

Methods

/* HtmlElement element */
DetectCustomize(element)

/* HtmlElement controller */
reload(controller)

detect()

Event index
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago