mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
3 lines
150 B
JavaScript
3 lines
150 B
JavaScript
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
|
|
particlesJS.load('particles-js', '/js/particles/particles.json', function() {
|
|
}); |