The Wayback Machine - https://web.archive.org/web/20200911211955/https://github.com/topics/preact
Skip to content
#

preact

Here are 1,078 public repositories matching this topic...

Strange-AI
Strange-AI commented Sep 18, 2018

JS 配置如下:

 var gitalk = new Gitalk({
            clientID: '3654916*****0c0038c28',
            clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
            repo: 'Strange-AI.github.io',
            owner: 'Strange-AI',
            admin: ['jinfagang', 'Strange-AI'],
            id: vm.codeId,
            distractionFreeMode: false
        });
        gitalk.render('gitalk-conta
timkelty
timkelty commented Mar 13, 2018

It seems common that people want to add a module resolving path to their source path.

The easiest way to do this is:

neutrino.config.resolve.modules.add(neutrino.options.source)

Or if an alias is preferred:

neutrino.config.resolve.alias.set('@
tsparticles
knackstedt
knackstedt commented Sep 10, 2020

Describe the bug
When infection mode is enabled, particles.shape.type = 'image', and images that have the replaceColor = true property, the infection stages do not apply color to the particles.

To Reproduce
Steps to reproduce the behavior:

  1. Use SVG images and set 'replaceColor: true
  2. Enable infections
  3. Set particle type to image.
  4. Observe no color change for infected parti

Improve this page

Add a description, image, and links to the preact topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the preact topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.