{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "tf-sa/sentiment-analysis-with-tensorflowjs",
	"version": "1.1.0",
	"title": "Sentiment Analysis With Tensorflowjs",
	"category": "text",
	"icon": "lightbulb",
	"description": "Guternberg block to detect sentiment of the paragraph as you write using Tensorflowjs",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "tf-sa",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
