-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello, shaack!
I admire of your work!
Now I'm looking for ways to deploy your project on an Android phone.
Cm-chessboard was deployed well. But chess-console..
Hardlinks are prohibited by SELinux policy. Nothing can be done with this, just Android's limitations.
So, I think this way is not working for my termux node environment:
<script type="importmap"> { "imports": { "cm-chessboard/": "../node_modules/cm-chessboard/", "cm-web-modules/": "../node_modules/cm-web-modules/", "chess.mjs/": "../node_modules/chess.mjs/", "cm-pgn/": "../node_modules/cm-pgn/", "cm-chess/": "../node_modules/cm-chess/" } } </script>
Is it the way to load this modules from
export NODE_PATH=~/../usr/lib/node_modules
Or at least add cm-web-modules to CDN?
Or may be something else..
Thank you! With the best regards!