Skip to content
#

preact

Here are 1,092 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
baieric
baieric commented Sep 29, 2020

Is your feature request related to a problem? Please describe.
I am using a config based heavily on the preset named Presets. Open that link and try this for yourself: When I resize my browser to be smaller, the particles gets all squished together and then when I make my browser window bigger, they stay squished together. I do not want this

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.