Thanks for the great widget! I recently needed to load a fairly large .obj into a sketch during preload() and ran up against the LoopChecker killing my sketch before I was able to load the resource. Forking the repo and commenting out the error throwing line in LoopChecker fixed the issue.
Would you be open to a PR adding data-loopcheck-enable and/or data-loopcheck-length as user configurable parameters on the parent <script> element?
Hey All,
Thanks for the great widget! I recently needed to load a fairly large .obj into a sketch during
preload()
and ran up against theLoopChecker
killing my sketch before I was able to load the resource. Forking the repo and commenting out the error throwing line inLoopChecker
fixed the issue.Would you be open to a PR adding
data-loopcheck-enable
and/ordata-loopcheck-length
as user configurable parameters on the parent<script>
element?Thanks again,
Dexter