🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

@goodgamestudios/cxf-canvas

Package Overview
Dependencies
Maintainers
27
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodgamestudios/cxf-canvas

Canvas shop CXF plugin

latest
npmnpm
Version
1.1.1
Version published
Maintainers
27
Created
Source

CXF plugin for Canvas shop

This plugin integrates the Canvas shop into the games (BigFarm, Empire, E4k).

Enable Canvas Agent in browser

To enable Canvas Agent you need to add cxf_canvas flag to your localstorage. Open browser console and run

localStorage.cxf_canvas = 'enabled'

It also disables the Lemonstand webshop.

How-to

How to publish QA version for testing

Check versionin package.json and increase version (like 1.0.0-qa.7 -> 1.0.0-qa.8) if it's requires. Then run:

pnpm publish:qa --no-git-checks

Enable DEBUG messages

Debug messages are implemented via Debug lib

To enable CXF-CANVAS debug messages just run in a browser console

localStorage.debug = 'CXF:*,CANVAS-AGENT:*'

Start locally

# one time
pnpm install

pnpm start

Open http://localhost:3000 in your browser

Run test

# run once
pnpm dlx puppeteer browsers install chrome
# run unit tests
pnpm test

FAQs

Package last updated on 12 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts