toastui
toastui copied to clipboard
Turn off Google analytics ?
Wonderful package!!
Is it possible to turn off the google analytics option in toastui via ?
According to some documentation they use GA to track usage of the open source library and it can be turned off via a configuration option
Thanks!
https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/README.md#
const options = { // ... usageStatistics: false };
const instance = new Grid(options);