Joe

Results 9 comments of Joe

Hi @Jack-Works, can you give more details of your solution? I am having similar issues for using pnpm with netlify, thanks

My website is based on Fable+React+Elmish, I did whatever I can do for PWA and SEO, but seems google doesn't like my website. the crawler can not get the real...

hi @forki yes I was considering server side rendering .. but client side rendering also have some benefits which not easy for me to make the decision .. my current...

Hmm okay I got your point .. but where to host the home page is the problem. now my https://www.xcg123.com is hosted on static web hosting server. and my api...

hi @MangelMaxime thanks for your reference .. currently I am trying to use pre-rendering for my website, see how is the result :)

Hello, first thanks for the greats work for this library. May I know any update on visual theme editor?

I had encountered same issue but solved it by adding following code manually ```ts import { extensions } from 'pixi.js' import { soundAsset } from '@pixi/sound' extensions.add(soundAsset) ```