Skip to content

Instantly share code, notes, and snippets.

@dimensi
dimensi / HTML2EditorJS.php
Created July 24, 2019 15:27
convert html to editor js readable format
<?php
use DOMDocument;
use DOMNode;
use DOMNodeList;
use Illuminate\Support\Collection;
final class HTML2EditorJS
{
private $document;